LiquidityManager
Code
Events
AddLiquidity
event AddLiquidity(
address indexed from,
address indexed lendgine,
uint256 liquidity,
uint256 size,
uint256 amount0,
uint256 amount1,
address indexed to
);RemoveLiquidity
Collect
Errors
LivelinessError
AmountError
ValidationError
CollectError
Read-only functions
factory
weth
positions
State-changing functions
addLiquidity
removeLiquidity
collect
Last updated