License: MIT
interface IGovValidatorsToken is IERC20
This is the contract that determines the validators
function mint(address account, uint256 amount) external
Mint new tokens, available only from Validators contract
Validators
Parameters:
account
address
Address
amount
uint256
Token amount to mint. Wei
function burn(address account, uint256 amount) external
Burn tokens, available only from Validators contract
Token amount to burn. Wei
Create tokens snapshot
Return values:
[0]
Snapshot ID
function snapshot() external returns (uint256)