GG Coin
Verified contract
Active on
Ethereum with 3,750 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 "GG Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12094225 | 4 years ago | | | 0 | 0.0066203280 | |
| 12094225 | 4 years ago | | | 0 | 0.0089944272 | |
| 12050724 | 4 years ago | | | 0 | 0.014431967 | |
| 11976810 | 4 years ago | | | 0 | 0.0053664780 | |
| 11976725 | 4 years ago | | | 0 | 0.0074937720 | |
| 11974889 | 4 years ago | | | 0 | 0.0039598908 | |
| 11974889 | 4 years ago | | | 0 | 0.0053818908 | |
| 11958666 | 4 years ago | | | 0 | 0.0030083761 | |
| 11958625 | 4 years ago | | | 0 | 0.0017021540 | |
| 11695901 | 4 years ago | | | 0 | 0.0015744751 |
ABI
ABI objects
Getter at block 21313418
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
GG Coin
owner() view returns (address)
0xfdb38aac79fe71ac8be47cae633262e12b6d88f4
paused() view returns (bool)
false
symbol() view returns (string)
GGC
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address user, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
burnFrom(address account, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address target)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 value) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreezeAccount(address target)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool freeze)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
fallback()
This contract contains no error objects.