Contract Overview
- Stores the information regarding overall system validity.
- Vaults (Spools) can be deployed by any User from the
Controller
.
- Strategy Contracts are called by the
Spool.sol
as adelegatecall
.
- Shares can be withdrawn at any time.
- All the contracts controlled by the Spool DAO inherit
contracts/shares/spoolOwnable.sol
which holds the logic to verify if the caller is the Spool DAO. - If the Spool DAO changes its address, only one call to this contract needs to be performed to transfer the contract ownership privileges.
- More information about the SpoolOwner can be found here:
Last modified 10mo ago