activateDefcon()
activateDefcon() onlyOwner external returns (bool)
activateDefcon() onlyOwner external returns (bool)Description
The activate defcon function can only be called by the owner once. This function is used to start an emergency shutdown.
output
#Returns true on succesful activation of defcon.
returns (bool defconActive)When defcon is active the shutdown is handled by the linkedDEFCON.sol contract. Defcon can only be activated once and can NOT be shut down.
Last updated
Was this helpful?