Copyright 2024 M^0 Foundation
Inherits: IEpochBasedVoteToken
Author: M^0 Labs
Mints amount
token to recipient
.
Parameters
Returns an array of token balances of account
between startEpoch
and endEpoch
past inclusive clocks.
Parameters
Returns
Returns an array of total token supplies between startEpoch
and endEpoch
clocks inclusively.
Parameters
Returns
Returns the address of the Standard Governor.
Returns the address of the Standard Governor Deployer.
Revert message when the length of some accounts array does not equal the length of some balances array.
Parameters
Revert message when the Standard Governor Deployer specified in the constructor is address(0).
Revert message when the caller is not the Standard Governor.
Revert message when the start of an inclusive range query is larger than the end.
account
address
The address of some account.
startEpoch
uint256
The starting epoch number as a clock value.
endEpoch
uint256
The ending epoch number as a clock value.
<none>
uint256[]
An array of token balances, each relating to an epoch in the inclusive range.
startEpoch
uint256
The starting epoch number as a clock value.
endEpoch
uint256
The ending epoch number as a clock value.
<none>
uint256[]
An array of total supplies, each relating to an epoch in the inclusive range.
accountsLength
uint256
The length of the accounts array.
balancesLength
uint256
The length of the balances array.
recipient
address
The address of the account receiving minted token.
amount
uint256
The amount of token to mint.