Skip to main content

VaultToken

Git Source ↗

Inherits: Initializable ↗, ERC20Upgradeable ↗, VaultState →, IVaultToken

Defines the token functionality for the Vault.

Functions

totalSupply

Returns the amount of tokens in existence.

function totalSupply() external view override returns (uint256);

balanceOf

Returns the amount of tokens owned by account.

function balanceOf(address account) external view returns (uint256);