activateDefcon()

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)

Last updated

Was this helpful?