ERC20Token
A contract that holds ERC20 tokens, such as
FXRP
, etc.function deposit(uint256 amount)
The contract will take ownership of the asset and increase the
standby
asset in vaultEngine.function withdraw(uint256 amount)
The contract will send
amount
of asset to the caller and reduce the standby
asset in vaultEngine.Last modified 7mo ago