EthOsTokenVaultEscrow
Inherits: ReentrancyGuard ↗, OsTokenVaultEscrow →
Used for initiating assets exits from the Vault without burning osToken on Ethereum.
Events
AssetsReceived
Event emitted on assets received by the escrow
event AssetsReceived(address indexed sender, uint256 value);
Parameters
| Name | Type | Description |
|---|---|---|
sender | address | The address of the sender |
value | uint256 | The amount of assets received |
Functions
receive
Function for receiving assets from the vault
receive() external payable;