QuoterV2
State Variables
amountOutCached
uint256 private amountOutCached;Functions
constructor
constructor(address _factory, address _WSEI) PeripheryImmutableState(_factory, _WSEI);getPool
function getPool(address tokenA, address tokenB, uint24 fee) private view returns (IDragonswapV2Pool);dragonswapV2SwapCallback
function dragonswapV2SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes memory path) external view override;Name
Type
Description
parseRevertReason
handleRevert
quoteExactInputSingle
quoteExactInput
quoteExactOutputSingle
quoteExactOutput
Last updated