UNPKG

@aetherswap/periphery

Version:

Peripheral smart contracts for interacting with Aetherswap Protocol

46 lines (45 loc) 1 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IPoolInitializer", "sourceName": "contracts/interfaces/IPoolInitializer.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "token0", "type": "address" }, { "internalType": "address", "name": "token1", "type": "address" }, { "internalType": "uint24", "name": "fee", "type": "uint24" }, { "internalType": "uint160", "name": "sqrtPriceX96", "type": "uint160" } ], "name": "createAndInitializePoolIfNecessary", "outputs": [ { "internalType": "address", "name": "pool", "type": "address" } ], "stateMutability": "payable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }