IGovValidatorsToken
Interface Description
License: MIT
This is the contract that determines the validators
Functions info
mint (0x40c10f19)
Mint new tokens, available only from Validators
contract
Parameters:
Name | Type | Description |
---|---|---|
account | address | Address |
amount | uint256 | Token amount to mint. Wei |
burn (0x9dc29fac)
Burn tokens, available only from Validators
contract
Parameters:
Name | Type | Description |
---|---|---|
account | address | Address |
amount | uint256 | Token amount to burn. Wei |
snapshot (0x9711715a)
Create tokens snapshot
Return values:
Name | Type | Description |
---|---|---|
[0] | uint256 | Snapshot ID |