ClipperRouter
Clipper router that allows to use ClipperExchangeInterface for swaps
Derives
Functions
constructor
function constructor(
address weth,
contract IClipperExchangeInterface clipperExchange
) publicName
Type
Description
clipperSwapToWithPermit
function clipperSwapToWithPermit(
address payable recipient,
contract IERC20 srcToken,
contract IERC20 dstToken,
uint256 amount,
uint256 minReturn,
bytes permit
) external returns (uint256 returnAmount)Name
Type
Description
clipperSwap
Name
Type
Description
clipperSwapTo
Name
Type
Description
Last updated