Inherits: IDeployer
Author: M^0 Labs
Deploys a new instance of a Standard Governor.
Parameters
powerToken
address
The address of some Power Token that will be used by voters.
emergencyGovernor
address
The address of some Emergency Governor.
cashToken
address
The address of some Cash Token.
proposalFee
uint256
The proposal fee required to create proposals.
maxTotalZeroRewardPerActiveEpoch
uint256
The maximum amount of Zero Token rewarded per active epoch.
Returns
<none>
address
The address of the deployed Standard Governor.
Returns the address of the Registrar.
Returns the address of the Vault.
Returns the address of the Zero Governor.
Returns the address of the Zero Token.
Revert message when the Registrar specified in the constructor is address(0).
Revert message when the Vault specified in the constructor is address(0).
Revert message when the Zero Governor specified in the constructor is address(0).
Revert message when the Zero Token specified in the constructor is address(0).
Revert message when the caller is not the Zero Governor.