mint(recipient,amount)
Allows to mint ZERO rewards to POWER delegates after voting on all proposals.
Reverts if not called by StandardGovernor
Mints amount of ZERO tokens to recipient.
pastBalancesOf(account,startEpoch,endEpoch):balances[]
Returns account past balances of ZERO token for [startEpoch,endEpoch] inclusives.
pastTotalSupplies(account,startEpoch,endEpoch):totalSupplies[]
Returns account past total supplies of ZERO token for [startEpoch,endEpoch] inclusives.
Last updated