GovernTokenV1
Verified contract
Active on
Ethereum with 2,709 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,118.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 8.128021K | $0.998786 |
$8,118.15 | |
MEE | ERC-20 | 278.879992 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21028050 | a month ago | | | 0 | 0.00040370533 | |
| 20671153 | 3 months ago | | | 0 | 0.00017124530 | |
| 20446359 | 4 months ago | | | 0 | 0.000058900202 | |
| 20389101 | 4 months ago | | | 0 | 0.00012098496 | |
| 20190540 | 5 months ago | | | 0 | 0.00012627491 | |
| 20181828 | 5 months ago | | | 0 | 0.00018932142 | |
| 20164476 | 5 months ago | | | 0 | 0.00015320343 | |
| 20156053 | 5 months ago | | | 0 | 0.00015005128 | |
| 19823319 | 7 months ago | | | 0 | 0.00023697502 | |
| 19736555 | 7 months ago | | | 0 | 0.00035309911 |
ABI
ABI objects
Getter at block 21258605
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
maxSupply() view returns (uint256)
50000000000000000000000000
name() view returns (string)
MEE Token
owner() view returns (address)
0x6dfc642efadc62cf6b86e5dd53e7a146ec6f10e4
symbol() view returns (string)
MEE
totalSupply() view returns (uint256)
4534157311828613531385235
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events addIssuer(address _addr) returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
issue(address account, uint256 amount) returns (bool)
removeIssuer(address _addr) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string sym, uint256 maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.