burn
This method burns existing LP tokens for a given pool. The amount of _token0
and _token1
returned depend on the amount of LP tokens burned and on the reserves & weights of pool0 & pool1. This low-level function should be called from a contract which performs important safety checks.
Function
Parameters
Parameter | Description |
---|---|
| An ERC20 token address. Token must have already a pool. |
| An ERC20 token address. Token must have already a pool. |
| The address of the recipient that receives the redeemed liquidity. |
Return values
Value | Description |
---|---|
| The amount of |
| The amount of |
Last updated