Variables And Getters

Name

Definition

Notes & Examples

EmergencyGovernorEmergencyGovernor

The address of the Emergency governor

EmergencyGovernorEmergencyGovernor is able to change ProposalFeeProposalFee in StandardGovernorStandardGovernor.

RegistrarRegistrar

The address of the Registrar

Main target of most governance proposals changes.

VaultVault

The address of the Distribution Vault

Protocol and proposals fees can be sent to Vault.

ZeroGovernorZeroGovernor

The address of the Zero governor

ZeroGovernorZeroGovernor is able to change CashTokenCashToken in StandardGovernorStandardGovernor.

ZeroTokenZeroToken

The address of the ZERO token

POWER delegates after voting on all Standard proposals receive their portion of ZeroTokenZeroToken rewards.

MaxTotalZeroRewardPerActiveEpochMaxTotalZeroRewardPerActiveEpoch

The number of maximum ZERO rewards given if all POWER delegates voted on all proposals and received their ZERO rewards

In each active epoch (epoch with proposals to vote on) up to MaxTotalZeroRewardPerActiveEpochMaxTotalZeroRewardPerActiveEpochis minted. [0,MaxTotalZeroRewardPerActiveEpoch][0, MaxTotalZeroRewardPerActiveEpoch]

CashTokenCashToken

The address of the token used to pay for proposal fees

Can be toggled by a ZERO proposal between M and WETH.

ProposalFeeProposalFee

The amount of CashToken that is required to be paid for proposal submission

numberOfProposalsAtnumberOfProposalsAt

Total number of proposals per epoch

Is needed to check if delegate voted on all proposals in the epoch and is eligible for their inflation.

numberOfProposalsVotedOnAtnumberOfProposalsVotedOnAt

Total number of proposals a voter has voted on per epoch

Is needed to be able to track the voting progress.

Last updated

Copyright 2024 M^0 Foundation