NativeToken
A contract that holds a network's native token, such as
FLR
or SGB
.function deposit()
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