Inherits: IPowerBootstrapToken
Author: M^0 Labs
The timepoints queried is ignored as this token is not time-dependent.
The total supply of token.
Mapping to keep track of token balances per account.
Constructs a new PowerBootstrapToken contract.
Parameters
initialAccounts_
address[]
The initial accounts to mint tokens to.
initialBalances_
uint256[]
The initial token balances to mint to each accounts.
Returns the token balance of account
at a past clock value epoch
.
Parameters
account_
address
<none>
uint256
Returns
<none>
uint256
The token balance account
at epoch
.
Returns the total token supply at a past clock value epoch
.
Parameters
<none>
uint256
Returns
<none>
uint256
The total token supply at epoch
.