Remove liquidity from an existing token/token liquidity pool
Parameter Name | Description |
---|---|
address token | EVM address of the token paired with HBAR |
uint liquidity | LP liquidity amount to remove |
uint amountTokenMin | The minimum token amount to receive in its smallest unit |
uint amountETHMin | The minimum HBAR amount to receive in its smallest unit |
address to | EVM address to receive the tokens |
uint deadline | Deadline in Unix seconds |
Parameter Name | Description |
---|---|
address tokenA | EVM address of the first HTS token |
address tokenB | EVM address of the second HTS token |
uint liquidity | LP liquidity amount to remove in its smallest unit |
uint amountAMin | The minimum amount for the first token in its smallest unit |
uint amountBMin | The minimum amount for the second token in its smallest unit |
address to | EVM address to receive the tokens |
uint deadline | Deadline in Unix seconds |
Parameter Name | Description |
---|---|
address token | EVM address of the token paired with HBAR |
uint liquidity | LP liquidity amount to remove in its smallest unit |
uint amountTokenMin | The minimum token amount to receive in its smallest unit |
uint amountETHMin | The minimum HBAR amount to receive in its smallest unit |
address to | EVM address to receive the tokens |
uint deadline | Deadline in Unix seconds |