IQuoterV2
Functions
quoteExactInput
function quoteExactInput(bytes memory path, uint256 amountIn)
external
returns (
uint256 amountOut,
uint160[] memory sqrtPriceX96AfterList,
uint32[] memory initializedTicksCrossedList,
uint256 gasEstimate
);Name
Type
Description
Name
Type
Description
quoteExactInputSingle
Name
Type
Description
Name
Type
Description
quoteExactOutput
Name
Type
Description
Name
Type
Description
quoteExactOutputSingle
Name
Type
Description
Name
Type
Description
Structs
QuoteExactInputSingleParams
QuoteExactOutputSingleParams
Last updated