Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GameToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8865610 | 5 years ago | | | 0 | 0.00042231450 | |
| 8830093 | 5 years ago | | | 0 | 0.00031564000 | |
| 8830067 | 5 years ago | | | 0 | 0.00031180000 | |
| 8830051 | 5 years ago | | | 0 | 0.00037715000 | |
| 8437768 | 5 years ago | | | 0 | 0.00036787000 | |
| 8433250 | 5 years ago | | | 0 | 0.00051787000 | |
| 8417155 | 5 years ago | | | 0 | 0.00051723000 | |
| 8416192 | 5 years ago | | | 0 | 0.00020963378 | |
| 8390358 | 5 years ago | | | 0 | 0.00015526000 | |
| 8377068 | 5 years ago | | | 0 | 0.00015622500 |
ABI
ABI objects
Getter at block 21406356
DECIMALS() view returns (uint8)
18
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
GameToken
owner() view returns (address)
0x4d5f5ff50cc7fdbdc995d837ed467f6e99ca5d03
symbol() view returns (string)
GT
totalSupply() view returns (uint256)
10000000000000000000001001110090778276000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.