> For the complete documentation index, see [llms.txt](https://quadrat.plasma.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quadrat.plasma.finance/quadrat-protocol/quadrat-open-uniswap-v3-asset-management-platform/block-new-deposits.md).

# 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*"

![](/files/oC1l7hArwDZuRM8zAGpg)

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

<img src="/files/Uzu0KL7J3g8HKGqrTHRc" alt="" data-size="original">

Status:

* 0 - Contract open for new deposits
* 1 - The contract is blocking all new deposits

{% hint style="info" %}
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>
{% endhint %}
