Vault
https://github.com/Into-the-Fathom/fathom-vaults-smart-contracts/blob/master/contracts/vault/packages/VaultPackage.sol
State Variables
Set Functions
setAccountant
setDefaultQueue
setUseDefaultQueue
setDepositLimit
setDepositLimitModule
setWithdrawLimitModule
setMinimumTotalIdle
setProfitMaxUnlockTime
addStrategy
revokeStrategy
updateMaxDebtForStrategy
shutdownVault
Read Functions
getDebt
totalSupply
totalAssets
unlockedShares
pricePerShare
Events
UpdatedAccountant
UpdatedDefaultQueue
UpdatedUseDefaultQueue
UpdatedDepositLimit
UpdatedDepositLimitModule
UpdatedWithdrawLimitModule
UpdatedMinimumTotalIdle
UpdatedProfitMaxUnlockTime
Last updated