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