IGovValidatorsToken

Interface Description

License: MIT

interface IGovValidatorsToken is IERC20

This is the contract that determines the validators

Functions info

mint (0x40c10f19)

function mint(address account, uint256 amount) external

Mint new tokens, available only from Validators contract

Parameters:

burn (0x9dc29fac)

function burn(address account, uint256 amount) external

Burn tokens, available only from Validators contract

Parameters:

snapshot (0x9711715a)

function snapshot() external returns (uint256)

Create tokens snapshot

Return values: