Inherits: IDeployer
Author: M^0 Labs
Deploys a new instance of an Emergency Governor.
Parameters
powerToken
address
The address of some Power Token that will be used by voters.
standardGovernor
address
The address of some Standard Governor.
thresholdRatio
uint16
The threshold ratio to use for proposals.
Returns
<none>
address
The address of the deployed Emergency Governor.
Returns the address of the Registrar.
Returns the address of the Zero Governor.
Revert message when the Registrar specified in the constructor is address(0).
Revert message when the Zero Governor specified in the constructor is address(0).
Revert message when the caller is not the Zero Governor.