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 "GES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13214769 | 3 years ago | | | 0 | 0.0027025715 | |
| 12585406 | 3 years ago | | | 0 | 0.00056871100 | |
| 12502935 | 3 years ago | | | 0 | 0.0016030462 | |
| 12487619 | 3 years ago | | | 0 | 0.0018771819 | |
| 12485719 | 3 years ago | | | 0 | 0.00084139773 | |
| 12485075 | 3 years ago | | | 0 | 0.0017825695 | |
| 12485060 | 3 years ago | | | 0 | 0.0026626015 | |
| 12485060 | 3 years ago | | | 0 | 0.0017819515 | |
| 12485060 | 3 years ago | | | 0 | 0.0017819515 | |
| 12484956 | 3 years ago | | | 0 | 0.0026632195 |
ABI
ABI objects
Getter at block 21091963
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
GES
owner() view returns (address)
0x89755ceccff07b66b2342f5bb15e51bc23b2f455
symbol() view returns (string)
GES
totalSupply() view returns (uint256)
32038735000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address account, uint256 amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.