Game Cell Coin
Verified contract
Active on
Ethereum with 11,489 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 |
---|---|---|---|---|---|
NBAI | ERC-20 | 300 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10107355 | 5 years ago | | | 0 | 0.0018480000 | |
| 9667622 | 5 years ago | | | 0 | 0.00065868000 | |
| 9570724 | 5 years ago | | | 0 | 0.00038880000 | |
| 9570676 | 5 years ago | | | 0 | 0.00048000000 | |
| 9570654 | 5 years ago | | | 0 | 0.00048000000 | |
| 8533433 | 5 years ago | | | 0 | 0.0012000000 | |
| 8063067 | 5 years ago | | | 0 | 0.0044200800 | |
| 7519845 | 6 years ago | | | 0 | 0.00051940800 | |
| 7498525 | 6 years ago | | | 0 | 0.00031617600 | |
| 7475351 | 6 years ago | | | 0 | 0.00086632000 |
ABI
ABI objects
Getter at block 21261678
INITIAL_SUPPLY() view returns (uint256)
2500000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Game Cell Coin
owner() view returns (address)
0x0073de159ee5b556b9fdfbcd3e2c2c1582cd0b44
paused() view returns (bool)
true
standard() view returns (string)
ERC20
symbol() view returns (string)
GCC
totalSupply() view returns (uint256)
2500000000000000000000000000
Read-only
allocations(address, uint256) view returns (uint256 time, uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
releaseAllocation(address target)
renounceOwnership()
setAllocation(address _address, uint256 total_value, uint256[] times, uint256[] balanceRequires) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
ReleaseTarget(address target)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.