@cryptoalgebra/integral-periphery
Version:
Peripheral smart contracts of Algebra Integral protocol
51 lines (50 loc) • 1.12 kB
JSON
{
"_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": "address",
"name": "deployer",
"type": "address"
},
{
"internalType": "uint160",
"name": "sqrtPriceX96",
"type": "uint160"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "createAndInitializePoolIfNecessary",
"outputs": [
{
"internalType": "address",
"name": "pool",
"type": "address"
}
],
"stateMutability": "payable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}