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 "GGold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20504832 | 4 months ago | | | 0 | 0.000024932000 | |
| 20504832 | 4 months ago | | | 0 | 0.000024932000 | |
| 19861023 | 7 months ago | | | 0 | 0.00014666425 | |
| 19079092 | 10 months ago | | | 0 | 0.00025677177 | |
| 18858835 | a year ago | | | 0 | 0.00048937427 | |
| 18858714 | a year ago | | | 0 | 0.00044676120 | |
| 18849119 | a year ago | | | 0 | 0.0013599576 | |
| 18805602 | a year ago | | | 0 | 0.0010794768 | |
| 18803083 | a year ago | | | 0 | 0.00083490387 | |
| 18803082 | a year ago | | | 0 | 0.00082890412 |
ABI
ABI objects
Getter at block 21286314
decimals() view returns (uint8)
18
name() view returns (string)
GGold
owner() view returns (address)
0x5be29bdfd79644eca15fa36b3b078f2a4691f94e
symbol() view returns (string)
GGOLD
totalSupply() view returns (uint256)
918703489083020160271149707
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
managers(address) view returns (bool)
State-modifying
Events addManager(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeManager(address _address)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.