Inherits: IUniswapV3SwapCallback
Functions for swapping tokens via Uniswap V3
Swaps amountIn
of one token for as much as possible of another token
Parameters
Name | Type | Description |
---|---|---|
Returns
Name | Type | Description |
---|---|---|
Swaps amountIn
of one token for as much as possible of another along the specified path
Parameters
Name | Type | Description |
---|---|---|
Returns
Swaps as little as possible of one token for amountOut
of another token
Parameters
Returns
Swaps as little as possible of one token for amountOut
of another along the specified path (reversed)
Parameters
Returns
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
params
ExactInputSingleParams
The parameters necessary for the swap, encoded as ExactInputSingleParams
in calldata
amountOut
uint256
The amount of the received token
params
ExactInputParams
The parameters necessary for the multi-hop swap, encoded as ExactInputParams
in calldata
amountOut
uint256
The amount of the received token
params
ExactOutputSingleParams
The parameters necessary for the swap, encoded as ExactOutputSingleParams
in calldata
amountIn
uint256
The amount of the input token
params
ExactOutputParams
The parameters necessary for the multi-hop swap, encoded as ExactOutputParams
in calldata
amountIn
uint256
The amount of the input token