UNPKG

@muffinfi/muffin-contracts

Version:

Smart contracts of Muffin Protocol

82 lines (81 loc) 1.72 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ITickLens", "sourceName": "contracts/interfaces/lens/ITickLens.sol", "abi": [ { "inputs": [ { "internalType": "bytes32", "name": "poolId", "type": "bytes32" }, { "internalType": "uint8", "name": "tierId", "type": "uint8" }, { "internalType": "int24", "name": "tickStart", "type": "int24" }, { "internalType": "int24", "name": "tickEnd", "type": "int24" }, { "internalType": "uint24", "name": "maxCount", "type": "uint24" } ], "name": "getTicks", "outputs": [ { "internalType": "uint256", "name": "count", "type": "uint256" }, { "internalType": "bytes", "name": "ticks", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "hub", "outputs": [ { "internalType": "contract IMuffinHubCombined", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "manager", "outputs": [ { "internalType": "contract IPositionManager", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }