Skip to main content

IVaultVersion

Git Source

Inherits: IERC1822Proxiable, IVaultAdmin

Author: StakeWise

Defines the interface for VaultVersion contract

Functions

vaultId

Vault Unique Identifier

function vaultId() external pure returns (bytes32);

Returns

NameTypeDescription
<none>bytes32The unique identifier of the Vault

version

Version

function version() external pure returns (uint8);

Returns

NameTypeDescription
<none>uint8The version of the Vault implementation contract

implementation

Implementation

function implementation() external view returns (address);

Returns

NameTypeDescription
<none>addressThe address of the Vault implementation contract