You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding pause functionality to secure Solidity smart contracts
Pause capability is one way to protect functions that will be available to all users (e.g., public or external functions). A pause modifier or condition can temporarily remove a function’s ability to work, without impacting other contract functions and without opting to destroy the entire contract and start from scratch.
for adding a pausable function in smart contract use openzapplien, read carefully
Adding pause functionality to secure Solidity smart contracts
Pause capability is one way to protect functions that will be available to all users (e.g., public or external functions). A pause modifier or condition can temporarily remove a function’s ability to work, without impacting other contract functions and without opting to destroy the entire contract and start from scratch.
for adding a pausable function in smart contract use openzapplien, read carefully
for more information read this article
The text was updated successfully, but these errors were encountered: