{
	"compiler": {
		"version": "0.8.13+commit.abaa5c0e"
	},
	"language": "Solidity",
	"output": {
		"abi": [
			{
				"inputs": [],
				"name": "fee",
				"outputs": [
					{
						"internalType": "uint24",
						"name": "",
						"type": "uint24"
					}
				],
				"stateMutability": "view",
				"type": "function"
			},
			{
				"inputs": [
					{
						"internalType": "uint16",
						"name": "observationCardinalityNext",
						"type": "uint16"
					}
				],
				"name": "increaseObservationCardinalityNext",
				"outputs": [],
				"stateMutability": "nonpayable",
				"type": "function"
			},
			{
				"inputs": [],
				"name": "liquidity",
				"outputs": [
					{
						"internalType": "uint128",
						"name": "",
						"type": "uint128"
					}
				],
				"stateMutability": "view",
				"type": "function"
			},
			{
				"inputs": [
					{
						"internalType": "uint256",
						"name": "index",
						"type": "uint256"
					}
				],
				"name": "observations",
				"outputs": [
					{
						"internalType": "uint32",
						"name": "blockTimestamp",
						"type": "uint32"
					},
					{
						"internalType": "int56",
						"name": "tickCumulative",
						"type": "int56"
					},
					{
						"internalType": "uint160",
						"name": "secondsPerLiquidityCumulativeX128",
						"type": "uint160"
					},
					{
						"internalType": "bool",
						"name": "initialized",
						"type": "bool"
					}
				],
				"stateMutability": "view",
				"type": "function"
			},
			{
				"inputs": [
					{
						"internalType": "uint32[]",
						"name": "secondsAgos",
						"type": "uint32[]"
					}
				],
				"name": "observe",
				"outputs": [
					{
						"internalType": "int56[]",
						"name": "tickCumulatives",
						"type": "int56[]"
					},
					{
						"internalType": "uint160[]",
						"name": "secondsPerLiquidityCumulativeX128s",
						"type": "uint160[]"
					}
				],
				"stateMutability": "view",
				"type": "function"
			},
			{
				"inputs": [],
				"name": "slot0",
				"outputs": [
					{
						"internalType": "uint160",
						"name": "sqrtPriceX96",
						"type": "uint160"
					},
					{
						"internalType": "int24",
						"name": "tick",
						"type": "int24"
					},
					{
						"internalType": "uint16",
						"name": "observationIndex",
						"type": "uint16"
					},
					{
						"internalType": "uint16",
						"name": "observationCardinality",
						"type": "uint16"
					},
					{
						"internalType": "uint16",
						"name": "observationCardinalityNext",
						"type": "uint16"
					},
					{
						"internalType": "uint8",
						"name": "feeProtocol",
						"type": "uint8"
					},
					{
						"internalType": "bool",
						"name": "unlocked",
						"type": "bool"
					}
				],
				"stateMutability": "view",
				"type": "function"
			},
			{
				"inputs": [
					{
						"internalType": "address",
						"name": "recipient",
						"type": "address"
					},
					{
						"internalType": "bool",
						"name": "zeroForOne",
						"type": "bool"
					},
					{
						"internalType": "int256",
						"name": "amountSpecified",
						"type": "int256"
					},
					{
						"internalType": "uint160",
						"name": "sqrtPriceLimitX96",
						"type": "uint160"
					},
					{
						"internalType": "bytes",
						"name": "data",
						"type": "bytes"
					}
				],
				"name": "swap",
				"outputs": [
					{
						"internalType": "int256",
						"name": "amount0",
						"type": "int256"
					},
					{
						"internalType": "int256",
						"name": "amount1",
						"type": "int256"
					}
				],
				"stateMutability": "nonpayable",
				"type": "function"
			},
			{
				"inputs": [],
				"name": "token0",
				"outputs": [
					{
						"internalType": "address",
						"name": "",
						"type": "address"
					}
				],
				"stateMutability": "view",
				"type": "function"
			},
			{
				"inputs": [],
				"name": "token1",
				"outputs": [
					{
						"internalType": "address",
						"name": "",
						"type": "address"
					}
				],
				"stateMutability": "view",
				"type": "function"
			}
		],
		"devdoc": {
			"kind": "dev",
			"methods": {},
			"version": 1
		},
		"userdoc": {
			"kind": "user",
			"methods": {},
			"version": 1
		}
	},
	"settings": {
		"compilationTarget": {
			"contracts/interfaces/uniswapV3/IUniswapV3Pool.sol": "IUniswapV3Pool"
		},
		"evmVersion": "london",
		"libraries": {},
		"metadata": {
			"bytecodeHash": "ipfs"
		},
		"optimizer": {
			"enabled": true,
			"runs": 200
		},
		"remappings": []
	},
	"sources": {
		"contracts/interfaces/uniswapV3/IUniswapV3Pool.sol": {
			"keccak256": "0x14b0cc01dc120979968812b8b88e3733f3e280bf192e4523e2e0742d5e5a77fd",
			"license": "MIT",
			"urls": [
				"bzz-raw://5559b1eca8ebbc011e414eaf79007b53c4ab3fa8a99d4013ca0db459bf743ade",
				"dweb:/ipfs/QmTvGqGX18yPj35fWxAA683Z9taizMjvW9sDnZgCTQqoqt"
			]
		}
	},
	"version": 1
}