Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "GXToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15462548 | 2 years ago | | | 0 | 0.00046894103 | |
Transfer | 14803886 | 2 years ago | | | 0.008 | 0.00029930717 | |
| 14282363 | 3 years ago | | | 0 | 0.0041672800 | |
| 13492312 | 3 years ago | | | 0 | 0.0041153610 | |
| 12979207 | 3 years ago | | | 0 | 0.0052091000 | |
| 12677693 | 3 years ago | | | 0 | 0.0039059250 | |
| 12648619 | 3 years ago | | | 0 | 0.00088534300 | |
| 12299572 | 4 years ago | | | 0 | 0.0045840080 | |
| 12288966 | 4 years ago | | | 0 | 0.0078389324 | |
| 12254043 | 4 years ago | | | 0 | 0.0085429240 |
ABI
ABI objects
Getter at block 21165027
decimals() view returns (uint256)
18
name() view returns (string)
GXToken
symbol() view returns (string)
GXT
totalSupply() view returns (uint256)
350000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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 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(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.