IVaultVersion
Inherits: IERC1822Proxiable, IVaultAdmin
Author: StakeWise
Defines the interface for VaultVersion contract
Functions
vaultId
Vault Unique Identifier
function vaultId() external pure returns (bytes32);
Returns
Name | Type | Description |
---|---|---|
<none> | bytes32 | The unique identifier of the Vault |
version
Version
function version() external pure returns (uint8);
Returns
Name | Type | Description |
---|---|---|
<none> | uint8 | The version of the Vault implementation contract |
implementation
Implementation
function implementation() external view returns (address);
Returns
Name | Type | Description |
---|---|---|
<none> | address | The address of the Vault implementation contract |