UniswapV3Adapter
UniswapV3Adapter
constructor
constructor(struct PoolInput[] pools) publicswapExactInput
function swapExactInput(address recipient, address tokenIn, address tokenOut, uint256 amountIn, uint256 minAmountOut, bytes data) external returns (uint256 amountOut)Name
Type
Description
swapExactOutput
function swapExactOutput(address recipient, address tokenIn, address tokenOut, uint256 maxAmountIn, uint256 amountOut, bytes data) external returns (uint256 amountIn)Name
Type
Description
uniswapV3SwapCallback
Last updated