156 - OZ Pausable
OpenZeppelin Pausable: provides an emergency stop mechanism using functions pause and unpause that can be triggered by an authorized account.
This module is used through inheritance.
It will make available the modifiers whenNotPaused
and whenPaused
, which can be applied to the functions of your contract.
Only the functions using the modifiers will be affected when the contract is paused or unpaused.
- Guarded Launch
- Emergency -> Remediate
pause()
&unpause()
- Authorized Access
- Modifiers:
whenPaused
&whenNotPaused
- Vulnerability or Exploit Circuit-breaker