Galaxy World Coin
Verified contract
Active on
Ethereum with 960 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 "Galaxy World Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9114455 | 5 years ago | | | 0 | 0.0016171200 | |
| 9109649 | 5 years ago | | | 0 | 0.0016171200 | |
| 9109647 | 5 years ago | | | 0 | 0.00080856000 | |
| 9083169 | 5 years ago | | | 0 | 0.00010507600 | |
| 9050189 | 5 years ago | | | 0 | 0.0015387200 | |
| 9050186 | 5 years ago | | | 0 | 0.00077192000 | |
| 9049845 | 5 years ago | | | 0 | 0.0021412800 | |
| 9046675 | 5 years ago | | | 0 | 0.0015361600 | |
| 9008724 | 5 years ago | | | 0 | 0.00058885200 | |
| 9008105 | 5 years ago | | | 0 | 0.0015361600 |
ABI
ABI objects
Getter at block 21163252
TOTAL_SUPPLY() view returns (uint256)
6000000000000000000000000000
WALLET_GAW() view returns (address)
0x0a97a0ac50386283288518908ec547e0471f8308
decimals() view returns (uint256)
18
name() view returns (string)
Galaxy World Coin
owner() view returns (address)
0x0a97a0ac50386283288518908ec547e0471f8308
symbol() view returns (string)
GAW
totalSupply() view returns (uint256)
6000000000000000000000000000
Read-only
addressLocked(address) view returns (uint256)
addressLockupDate(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
getLockedAmount(address _address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
close()
freeze(address _acct)
pause()
setLockup(address _address, uint256 _value, uint256 _lockupDate)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unfreeze(address _acct)
unpause()
withdrawEther()
withdrawSelfToken()
Approval(address indexed owner, address indexed spender, uint256 value)
Frozen(address indexed account, bool freeze)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
UpdatedLockingState(address indexed to, uint256 value, uint256 date)
constructor()
fallback()
This contract contains no error objects.