CamelotAdapter

CamelotAdapter

constructor

constructor(struct PoolInput[] pools) public

swapExactInput

function swapExactInput(address recipient, address tokenIn, address tokenOut, uint256 amountIn, uint256 minAmountOut, bytes data) external returns (uint256 amountOut)

swap with exact input

Parameters

swapExactOutput

function swapExactOutput(address, address, address, uint256, uint256, bytes) external pure returns (uint256)

ICamelotPair

getAmountOut

function getAmountOut(uint256 amountIn, address tokenIn) external view returns (uint256)

Last updated