GXCToken
Verified contract
Active on
Ethereum with 24,694 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 |
---|---|---|---|---|---|
BAAS | ERC-20 | 777 | -- | -- | |
EBC | ERC-20 | 600 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452935 | 4 months ago | | | 0 | 0.000059561000 | |
| 19736716 | 7 months ago | | | 0 | 0.00038215207 | |
| 19736684 | 7 months ago | | | 0 | 0.00025213638 | |
| 19736674 | 7 months ago | | | 0 | 0.00035777941 | |
| 16981231 | 2 years ago | | | 0 | 0.0019663050 | |
| 16981120 | 2 years ago | | | 0 | 0.0017611477 | |
| 16662072 | 2 years ago | | | 0 | 0.0010960048 | |
| 16646809 | 2 years ago | | | 0 | 0.0013297846 | |
| 16642639 | 2 years ago | | | 0 | 0.0020538646 | |
| 16642449 | 2 years ago | | | 0 | 0.0046137277 |
ABI
ABI objects
Getter at block 21274826
DISTRIBUTE_DATE() view returns (uint256)
1536224400
TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
admin() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Game X Coin
noTokenLocked() view returns (bool)
false
owner() view returns (address)
0x6d4af4bdb99ed514327adc9cfc45e1f1822a6935
symbol() view returns (string)
GXC
test() view returns (uint256, uint256)
(1732659071, 21274826)
totalSupply() view returns (uint256)
726382834940607900000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
canTransferBefore(address _sender) view returns (bool)
canTransferIfLocked(address _sender, uint256 _value) view returns (bool)
getMinLockedAmount(address _addr) view returns (uint256 locked)
State-modifying
Events addTokenLock(address _addr, uint256 _value, uint256 _release_time)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
enableTransfer(bool _enable)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setAdmin(address newAdmin)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unlockAllTokens()
AddTokenLock(address indexed to, uint256 time, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedBlockingState(address indexed to, uint256 start_time, uint256 step_time, uint256 unlock_step, uint256 value)
constructor()
fallback()
This contract contains no error objects.