Swap Router
Structs
ExactInputSingleParams
struct ExactInputSingleParams {
address tokenIn;
address tokenOut;
address recipient;
uint256 deadline;
uint256 amountIn;
uint256 amountOutMinimum;
uint160 limitSqrtPrice;
}ExactInputParams
ExactOutputSingleParams
ExactOutputParams
SwapCallbackData
Functions
constructor
Name
Type
Description
algebraSwapCallback
Name
Type
Description
multicall
Name
Type
Description
Name
Type
Description
exactInputSingle
Name
Type
Description
Name
Type
Description
exactInput
Name
Type
Description
Name
Type
Description
exactInputSingleSupportingFeeOnTransferTokens
Name
Type
Description
Name
Type
Description
exactOutputSingle
Name
Type
Description
Name
Type
Description
exactOutput
Name
Type
Description
Name
Type
Description
Last updated