IPositionFollower

Contract tracking liquidity position

Using these methods farmingCenter receives information about changes in the positions

Functions

applyLiquidityDelta

function applyLiquidityDelta(uint256 tokenId, int256 liquidityDelta) external external

Report a change of liquidity in position

burnPosition

function burnPosition(uint256 tokenId) external returns (bool) external

Report a burn of position token

Returns: