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 "CWCCToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9284399 | 5 years ago | | | 0 | 0.00042312000 | |
| 9284190 | 5 years ago | | | 0 | 0.00027288000 | |
| 9284189 | 5 years ago | | | 0 | 0.00027288000 | |
| 9284185 | 5 years ago | | | 0 | 0.00027288000 | |
| 9284182 | 5 years ago | | | 0 | 0.00027288000 | |
| 9284182 | 5 years ago | | | 0 | 0.00027288000 | |
| 9284182 | 5 years ago | | | 0 | 0.00027288000 | |
| 9284179 | 5 years ago | | | 0 | 0.00027288000 | |
| 9284177 | 5 years ago | | | 0 | 0.00027288000 | |
| 9284175 | 5 years ago | | | 0 | 0.00027300000 |
ABI
ABI objects
Getter at block 21270854
decimals() view returns (uint8)
18
issueContractAddress() view returns (address)
0xc966b00fe756a974caa29e0a94d4a82017411253
name() view returns (string)
Car Wash Chain
owner() view returns (address)
0x8861c544428ec3eedd48e78de61790a1079bb838
symbol() view returns (string)
CWCC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
issue(uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Issue(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.