ISwapRouter
Functions for swapping tokens via DragonswapV2
Parameter Structs
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).
ExactInputSingleParams
ExactInputParams
ExactOutputSingleParams
ExactOutputParams
Functions
exactInputSingle
Swaps amountIn
of one token for as much as possible of another token
Parameters:
Return Values:
exactInput
Swaps amountIn
of one token for as much as possible of another along the specified path
Parameters:
Return Values:
exactOutputSingle
Swaps as little as possible of one token for amountOut
of another token
Parameters:
Return Values:
exactOutput
Swaps as little as possible of one token for amountOut
of another along the specified path (reversed)
Parameters:
Return Values:
Last updated