IQuoter
Functionsβ
quoteExactInputβ
function quoteExactInput(
bytes 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