UNPKG

kaspa-v3-core

Version:

Core smart contracts of Kaspa V3

45 lines (44 loc) 976 B
{ "_format": "hh-sol-artifact-1", "contractName": "IKaspaV3PoolDeployer", "sourceName": "contracts/interfaces/IKaspaV3PoolDeployer.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": {} }