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 "GameMax"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7316745 | 6 years ago | | | 0 | 0.00042034800 | |
| 6897273 | 6 years ago | | | 0 | 0.00030536800 | |
| 6897273 | 6 years ago | | | 0 | 0.00030536800 | |
| 6896938 | 6 years ago | | | 0 | 0.00030536800 | |
| 6896200 | 6 years ago | | | 0 | 0.00030639200 | |
| 6896189 | 6 years ago | | | 0 | 0.00030588000 | |
| 6896182 | 6 years ago | | | 0 | 0.00030536800 | |
| 6896173 | 6 years ago | | | 0 | 0.00018588000 | |
| 6896163 | 6 years ago | | | 0 | 0.00030588000 | |
| 6896149 | 6 years ago | | | 0 | 0.00030639200 |
ABI
ABI objects
Getter at block 21305876
decimals() view returns (uint8)
3
mintingFinished() view returns (bool)
false
name() view returns (string)
GameMax
owner() view returns (address)
0x105f00ad5f0e6931128f31f33cbd9c350dee14ce
symbol() view returns (string)
GM
totalSupply() view returns (uint256)
100000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowance(address _owner, address _spender) returns (uint256 remaining)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
move(address _from, address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _recipient, uint256 _amount, bytes _data)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 indexed value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.