Block new Deposits
Strategy Manager can block and unblock new deposits in the Strategy Vault at any moment, calling the contract function: "Write as Proxy" > call "toggleRestrictMint"

Check the current status of RestrictMint in the contract "Read as Proxy" > read "restrictedMintToggle"

Status:
- 0 - Contract open for new deposits 
- 1 - The contract is blocking all new deposits 
Last updated