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 "eGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198587 | 2 days ago | | | 0 | 0.00076942164 | |
| 21171542 | 6 days ago | | | 0 | 0.0011638387 | |
| 20427240 | 4 months ago | | | 0 | 0.00066847000 | |
| 20427178 | 4 months ago | | | 0 | 0.0012820950 | |
| 20423848 | 4 months ago | | | 0 | 0.000091155000 | |
| 20423843 | 4 months ago | | | 0 | 0.00010551900 | |
| 20423294 | 4 months ago | | | 0 | 0.00018998800 | |
| 20420808 | 4 months ago | | | 0 | 0.00062727600 | |
| 20406281 | 4 months ago | | | 0 | 0.00018998800 | |
| 20404278 | 4 months ago | | | 0 | 0.00011182210 |
ABI
ABI objects
Getter at block 21216126
DECIMALS() view returns (uint8)
8
INITIAL_SUPPLY() view returns (uint256)
5000000000000000000
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
eGame
owner() view returns (address)
0x1abbb8a50473032acb38a97d97ca51bdd09de04b
symbol() view returns (string)
eGI
totalSupply() view returns (uint256)
5000000000000000000
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishingMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
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)
Burn(uint256 amount)
Mint(uint256 amount)
MintFinished()
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.