Global Gold Cash
Verified contract
Active on
Ethereum with 109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GGC | ERC-20 | 99.999K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10144601 | 4 years ago | | | 0 | 0.0018338360 | |
| 9207435 | 5 years ago | | | 0 | 0.0011959800 | |
| 7756393 | 6 years ago | | | 0 | 0.000037750000 | |
| 7570625 | 6 years ago | | | 0 | 0.00010575600 | |
| 7570615 | 6 years ago | | | 0 | 0.00010575600 | |
| 7545363 | 6 years ago | | | 0 | 0.000075500000 | |
| 7545280 | 6 years ago | | | 0 | 0.000075628000 | |
| 7545229 | 6 years ago | | | 0 | 0.000075500000 | |
| 7545211 | 6 years ago | | | 0 | 0.000075500000 | |
| 7533742 | 6 years ago | | | 0 | 0.00010562800 |
ABI
ABI objects
Getter at block 21275416
decimals() view returns (uint256)
18
name() view returns (string)
Global Gold Cash
owner() view returns (address)
0xfd4190096c55b3f2260190658aa06e9a5aae989f
symbol() view returns (string)
GGC
tokenName() view returns (string)
Global Gold Cash
tokenSymbol() view returns (string)
GGC
totalSupply() view returns (uint256)
200000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
destruct()
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.