Skip to main content

IEthGenesisVault

Git Source

Inherits: IEthVault

Author: StakeWise

Defines the interface for the EthGenesisVault contract

Functions

migrate

Function for migrating from StakeWise Legacy. Can be called only by RewardEthToken contract.

function migrate(address receiver, uint256 assets) external returns (uint256 shares);

Parameters

NameTypeDescription
receiveraddressThe address of the receiver
assetsuint256The amount of assets migrated

Returns

NameTypeDescription
sharesuint256The amount of shares minted

Events

Migrated

Event emitted on migration from StakeWise Legacy

event Migrated(address receiver, uint256 assets, uint256 shares);

Parameters

NameTypeDescription
receiveraddressThe address of the shares receiver
assetsuint256The amount of assets migrated
sharesuint256The amount of shares migrated

GenesisVaultCreated

Event emitted on EthGenesisVault creation (deprecated)

event GenesisVaultCreated(address admin, uint256 capacity, uint16 feePercent, string metadataIpfsHash);

Parameters

NameTypeDescription
adminaddressThe address of the Vault admin
capacityuint256The capacity of the Vault
feePercentuint16The fee percent of the Vault
metadataIpfsHashstringThe IPFS hash of the Vault metadata