IMetaSwapDeposit
IMetaSwapDeposit interface
Interface for the meta swap contract.
implement this interface to develop a a factory-patterned ECDSA node management contract*
Methods
calculateSwap
Parameters
Name
Type
Description
tokenIndexFrom
uint8
undefined
tokenIndexTo
uint8
undefined
dx
uint256
undefined
Returns
Name
Type
Description
_0
uint256
undefined
getToken
Parameters
Name
Type
Description
index
uint256
undefined
Returns
Name
Type
Description
_0
contract IERC20
undefined
swap
Parameters
Name
Type
Description
tokenIndexFrom
uint8
undefined
tokenIndexTo
uint8
undefined
dx
uint256
undefined
minDy
uint256
undefined
deadline
uint256
undefined
Returns
Name
Type
Description
_0
uint256
undefined
Last updated
Was this helpful?