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

If you don't see the Proxy Contract for your Strategy in Blockchain Explorer, please use a Proxy Contract Verification Page:

Etherscan: https://etherscan.io/proxyContractChecker

Polygon: https://polygonscan.com/proxyContractChecker

Arbitrum: https://arbiscan.io/proxyContractChecker

Optimism: https://optimistic.etherscan.io/proxyContractChecker

Last updated