UNPKG

@aetherswap/periphery

Version:

Peripheral smart contracts for interacting with Aetherswap Protocol

53 lines (52 loc) 1.23 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ITickLens", "sourceName": "contracts/interfaces/ITickLens.sol", "abi": [ { "inputs": [ { "internalType": "address", "name": "pool", "type": "address" }, { "internalType": "int16", "name": "tickBitmapIndex", "type": "int16" } ], "name": "getPopulatedTicksInWord", "outputs": [ { "components": [ { "internalType": "int24", "name": "tick", "type": "int24" }, { "internalType": "int128", "name": "liquidityNet", "type": "int128" }, { "internalType": "uint128", "name": "liquidityGross", "type": "uint128" } ], "internalType": "struct ITickLens.PopulatedTick[]", "name": "populatedTicks", "type": "tuple[]" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }