Global Gold Coins
Verified contract
Active on
Ethereum with 69 txns
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 "Global Gold Coins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10539028 | 4 years ago | | | 0 | 0.0040214097 | |
| 10426836 | 4 years ago | | | 0 | 0.0030415200 | |
| 10110478 | 5 years ago | | | 0 | 0.0045622800 | |
| 9306290 | 5 years ago | | | 0 | 0.00034195500 | |
| 9240123 | 5 years ago | | | 0 | 0.0015898500 | |
| 8951630 | 5 years ago | | | 0 | 0.00037271000 | |
| 8951591 | 5 years ago | | | 0 | 0.00022271000 | |
| 8951175 | 5 years ago | | | 0 | 0.00037271000 | |
| 8951140 | 5 years ago | | | 0 | 0.00052207000 | |
| 8920508 | 5 years ago | | | 0 | 0.00040998100 |
ABI
ABI objects
Getter at block 21309827
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Global Gold Coins
owner() view returns (address)
0x1505ae56035b292829e5540168f0fe394918d285
symbol() view returns (string)
GGC
totalSupply() view returns (uint256)
1000200000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address account) view returns (bool)
State-modifying
Events airdrop(address[] addressList, uint256[] amountList) returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address account, bool frozen)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenAccount(address indexed target, bool frozen)
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.