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 "GPEX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21089383 | 11 days ago | | | 0 | 0.00024961005 | |
| 21054031 | 16 days ago | | | 0 | 0.00014663509 | |
| 20582299 | 3 months ago | | | 0 | 0.00029691875 | |
| 20524945 | 3 months ago | | | 0 | 0.00013664431 | |
| 20524871 | 3 months ago | | | 0 | 0.00010164171 | |
| 20524835 | 3 months ago | | | 0 | 0.00017753443 | |
| 20388573 | 4 months ago | | | 0 | 0.00013001083 | |
| 20373294 | 4 months ago | | | 0 | 0.0014255700 | |
| 20371632 | 4 months ago | | | 0 | 0.00017394657 | |
| 20339298 | 4 months ago | | | 0 | 0.00016860225 |
ABI
ABI objects
Getter at block 21168714
DECIMALS() view returns (uint8)
8
INITIAL_SUPPLY() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
GPEX
owner() view returns (address)
0xa1a1be0ad86f664fe2edae81635baa19b6f82182
symbol() view returns (string)
GPX
totalSupply() view returns (uint256)
100000000000000000
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
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.