IQuoter
Functions
quoteExactInput
function quoteExactInput(bytes memory path, uint256 amountIn) external returns (uint256 amountOut);Name
Type
Description
Name
Type
Description
quoteExactInputSingle
function quoteExactInputSingle(
address tokenIn,
address tokenOut,
uint24 fee,
uint256 amountIn,
uint160 sqrtPriceLimitX96
) external returns (uint256 amountOut);Name
Type
Description
Name
Type
Description
quoteExactOutput
Name
Type
Description
Name
Type
Description
quoteExactOutputSingle
Name
Type
Description
Name
Type
Description
Last updated