Contract tracking liquidity position
Using these methods farmingCenter receives information about changes in the positions
function applyLiquidityDelta(uint256 tokenId, int256 liquidityDelta) external external
function applyLiquidityDelta(uint256 tokenId, int256 liquidityDelta) external
Report a change of liquidity in position
tokenId
uint256
The ID of the token for which liquidity is being added
liquidityDelta
int256
The amount of added liquidity
function burnPosition(uint256 tokenId) external returns (bool) external
function burnPosition(uint256 tokenId) external returns (bool)
Report a burn of position token
The ID of the token which is being burned
Returns:
[0]
bool