IUniswapV3Router
Inherits: IUniswapV3SwapCallback
Functions for swapping tokens via Uniswap V3
Functions
exactInputSingle
Swaps amountIn
of one token for as much as possible of another token
Parameters
Name | Type | Description |
---|---|---|
|
| The parameters necessary for the swap, encoded as |
Returns
Name | Type | Description |
---|---|---|
|
| The amount of the received token |
exactInput
Swaps amountIn
of one token for as much as possible of another along the specified path
Parameters
Name | Type | Description |
---|---|---|
|
| The parameters necessary for the multi-hop swap, encoded as |
Returns
Name | Type | Description |
---|---|---|
|
| The amount of the received token |
exactOutputSingle
Swaps as little as possible of one token for amountOut
of another token
Parameters
Name | Type | Description |
---|---|---|
|
| The parameters necessary for the swap, encoded as |
Returns
Name | Type | Description |
---|---|---|
|
| The amount of the input token |
exactOutput
Swaps as little as possible of one token for amountOut
of another along the specified path (reversed)
Parameters
Name | Type | Description |
---|---|---|
|
| The parameters necessary for the multi-hop swap, encoded as |
Returns
Name | Type | Description |
---|---|---|
|
| The amount of the input token |