Skip to main content

EmergencyShutdownable

EmergencyShutdownable#

Any contract that inherits this contract will have an emergency shutdown timestamp state variable. This contract provides modifiers that can be used by children contracts to determine if the contract is in the shutdown state. The child contract is expected to implement the logic that happens once a shutdown occurs.

Functions#

constructor() (internal)
_notEmergencyShutdown() (internal)
_isEmergencyShutdown() (internal)

Modifiers#

notEmergencyShutdown()
isEmergencyShutdown()