@cryptoalgebra/integral-periphery
Version:
Peripheral smart contracts of Algebra Integral protocol
30 lines (29 loc) • 653 B
JSON
{
"_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"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}