UNPKG

@cryptoalgebra/periphery

Version:

Peripheral smart contracts of Algebra protocol

49 lines (48 loc) 1.03 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IPositionFollower", "sourceName": "contracts/interfaces/IPositionFollower.sol", "abi": [ { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "int256", "name": "liquidityDelta", "type": "int256" } ], "name": "applyLiquidityDelta", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "burnPosition", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }