Vault
Inherits: IVault, SolidStateERC4626
State Variables
VAULT_MINING
address internal immutable VAULT_MINING;
Functions
constructor
constructor(address vaultMining);
_beforeTokenTransfer
Updates VaultMining user state
function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual override;
getUtilisation
Returns the utilisation rate of the vault
function getUtilisation() public view virtual returns (UD60x18);
Returns
Name | Type | Description |
---|---|---|
<none> | UD60x18 | The utilisation rate of the vault |