MicroChains Gov Token
Verified contract
Active on
Ethereum with 18,943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MicroChains Gov Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20820021 | 2 months ago | | | 0 | 0.00090709766 | |
| 20788080 | 2 months ago | | | 0 | 0.00079494111 | |
| 20542412 | 3 months ago | | | 0 | 0.00025755641 | |
| 20168002 | 5 months ago | | | 0 | 0.00032182940 | |
| 20126835 | 5 months ago | | | 0 | 0.00051506046 | |
| 19975227 | 5 months ago | | | 0 | 0.00054960121 | |
| 19945625 | 6 months ago | | | 0 | 0.00031261886 | |
| 18889169 | 10 months ago | | | 0 | 0.0016023412 | |
| 18225901 | a year ago | | | 0 | 0.00035356762 | |
| 18225802 | a year ago | | | 0 | 0.00038986877 |
ABI
ABI objects
Getter at block 21157385
decimals() view returns (uint8)
18
name() view returns (string)
MicroChains Gov Token
symbol() view returns (string)
MCG
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 total_, string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.