ISwapRouter
Parameter Structsβ
ExactInputSingleParamsβ
struct ExactInputSingleParams {
address tokenIn;
address tokenOut;
uint24 fee;
address recipient;
uint256 deadline;
uint256 amountIn;
uint256 amountOutMinimum;
uint160 sqrtPriceLimitX96;
}ExactInputParamsβ
struct ExactInputParams {
bytes path;
address recipient;
uint256 deadline;
uint256 amountIn;
uint256 amountOutMinimum;
}ExactOutputSingleParamsβ
ExactOutputParamsβ
Functionsβ
exactInputSingleβ
Name
Type
Description
Name
Type
Description
exactInputβ
Name
Type
Description
Name
Type
Description
exactOutputSingleβ
Name
Type
Description
Name
Type
Description
exactOutputβ
Name
Type
Description
Name
Type
Description
Last updated