ISwapRouter
Last updated
Last updated
Functions for swapping tokens via DragonswapV2
Note that fee
is in hundredths of basis points (e.g. the fee
for a pool at the 0.3% tier is 3000; the fee
for a pool at the 0.01% tier is 100).
Swaps amountIn
of one token for as much as possible of another token
params
struct ISwapRouter.ExactInputSingleParams
The parameters necessary for the swap, encoded as ExactInputSingleParams
in calldata
amountOut
struct ISwapRouter.ExactInputSingleParams
The amount of the received token
Swaps amountIn
of one token for as much as possible of another along the specified path
params
struct ISwapRouter.ExactInputParams
The parameters necessary for the multi-hop swap, encoded as ExactInputParams
in calldata
amountOut
struct ISwapRouter.ExactInputParams
The amount of the received token
Swaps as little as possible of one token for amountOut
of another token
params
struct ISwapRouter.ExactOutputSingleParams
The parameters necessary for the swap, encoded as ExactOutputSingleParams
in calldata
amountIn
struct ISwapRouter.ExactOutputSingleParams
The amount of the input token
Swaps as little as possible of one token for amountOut
of another along the specified path (reversed)
params
struct ISwapRouter.ExactOutputParams
The parameters necessary for the multi-hop swap, encoded as ExactOutputParams
in calldata
amountIn
struct ISwapRouter.ExactOutputParams
The amount of the input token
Parameters:
Return Values:
Parameters:
Return Values:
Parameters:
Return Values:
Parameters:
Return Values: