Game Currency Coin
Verified contract
Active on
Ethereum with 1,109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Game Currency Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583357 | 2 years ago | | | 0 | 0.0010424100 | |
| 14790376 | 3 years ago | | | 0 | 0.0016814558 | |
| 13462458 | 3 years ago | | | 0 | 0.0040995865 | |
| 13035542 | 3 years ago | | | 0 | 0.0018117840 | |
| 13034356 | 3 years ago | | | 0 | 0.0023179500 | |
| 12900725 | 3 years ago | | | 0 | 0.00086055000 | |
| 12892961 | 3 years ago | | | 0 | 0.00038844000 | |
| 12892942 | 3 years ago | | | 0 | 0.0010819620 | |
| 12883850 | 3 years ago | | | 0 | 0.00040786200 | |
| 12881036 | 3 years ago | | | 0 | 0.00068892000 |
ABI
ABI objects
Getter at block 21258342
decimals() view returns (uint8)
8
name() view returns (string)
Game Currency Coin
symbol() view returns (string)
GCC
totalSupply() view returns (uint256)
100000000000000000
wallet() view returns (address)
0x0b17d4d3b09a769304157ba2d6dec0fc689681f2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.