Swap HTS fungible tokens for HTS fungible tokens
Parameter Name | Description |
---|---|
uint amountIn | The exact input token amount in its smallest unit |
uint amountOutMin | The minimum token amount to receive in its smallest unit |
address[] calldata path | An ordered list of token EVM addresses |
address to | EVM address for the token recipient |
uint deadline | Deadline in unix seconds |
Parameter name | Description |
---|---|
uint amountOut | The exact output amount to receive in its smallest unit |
uint amountInMax | The maximum allowed input amount in its smallest unit |
address[] calldata path | An ordered list of token EVM addresses |
address to | EVM address for the token recipient |
uint deadline | Deadline in unix seconds |
Parameter Name | Description |
---|---|
uint amountIn | The input token amount in its smallest unit |
uint amountOutMin | The minimum token amount to receive in its smallest unit |
address[] calldata path | An ordered list of token EVM addresses |
address to | EVM address for the token recipient |
uint deadline | Deadline in unix seconds |