GamePayToken
Verified contract
Active on
Ethereum with 12,251 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "GamePayToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10619974 | 4 years ago | | | 0 | 0.0013642240 | |
| 10603547 | 4 years ago | | | 0 | 0.0023138105 | |
| 10598975 | 4 years ago | | | 0 | 0.0014884641 | |
| 10598142 | 4 years ago | | | 0 | 0.0010551420 | |
| 10597573 | 4 years ago | | | 0 | 0.00091607200 | |
| 10594683 | 4 years ago | | | 0 | 0.0011798800 | |
| 10593833 | 4 years ago | | | 0 | 0.0019313728 | |
| 10592798 | 4 years ago | | | 0 | 0.0016315740 | |
| 10592798 | 4 years ago | | | 0 | 0.0016315740 | |
| 10592797 | 4 years ago | | | 0 | 0.0016315740 |
ABI
ABI objects
Getter at block 21267756
decimals() view returns (uint8)
6
name() view returns (string)
GamePayToken
symbol() view returns (string)
GMT
totalSupply() view returns (uint256)
10000000000000000
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 recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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.