kfc-v3-core
Version:
Core smart contracts of KFC V3
45 lines (44 loc) • 972 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IKFCV3PoolDeployer",
"sourceName": "contracts/interfaces/IKFCV3PoolDeployer.sol",
"abi": [
{
"inputs": [],
"name": "parameters",
"outputs": [
{
"internalType": "address",
"name": "factory",
"type": "address"
},
{
"internalType": "address",
"name": "token0",
"type": "address"
},
{
"internalType": "address",
"name": "token1",
"type": "address"
},
{
"internalType": "uint24",
"name": "fee",
"type": "uint24"
},
{
"internalType": "int24",
"name": "tickSpacing",
"type": "int24"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}