ComicsClubToken
Verified contract
Active on
Ethereum with 47 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 "ComicsClubToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11156519 | 4 years ago | | | 0 | 0.0023081980 | |
| 10981181 | 4 years ago | | | 0 | 0.0017760480 | |
| 10978687 | 4 years ago | | | 0 | 0.0018161770 | |
| 10822780 | 4 years ago | | | 0.7 | 0.021950400 | |
| 10822779 | 4 years ago | | | 1 | 0.010975200 | |
| 10822770 | 4 years ago | | | 0 | 0.0070509150 | |
| 10822754 | 4 years ago | | | 0.5 | 0.012438560 | |
| 10822622 | 4 years ago | | | 0.3 | 0.0071546640 | |
| 10822622 | 4 years ago | | | 0.25 | 0.0093655041 | |
| 10822555 | 4 years ago | | | 0.5 | 0.0089996640 |
ABI
ABI objects
Getter at block 21312204
basePrice() view returns (uint256)
100000000000000000000
cap() view returns (uint256)
20100000000000000000000
decimals() view returns (uint32)
18
name() view returns (string)
ComicsClubToken
owner() view returns (address)
0x5bff81adc0a4fb9315ea8df598dc37aa6083b136
remainingTokens() view returns (uint256)
14145004751293389423700
symbol() view returns (string)
CSC
tokenReserve() view returns (uint256)
20000000000000000000000
tokensSold() view returns (uint256)
5954995248706610576300
totalSupply() view returns (uint256)
25954995248706610576300
Read-only
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)
finalizeIco()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
startIco()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.