Skip to main content

EthOsTokenVaultEscrow

Git Source ↗

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

NameTypeDescription
senderaddressThe address of the sender
valueuint256The amount of assets received

Functions

receive

Function for receiving assets from the vault

receive() external payable;