Cloud Code Business Token
Verified contract
Active on
Ethereum
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Cloud Code Business Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9651326 | 5 years ago | | | 0 | 0.00032733900 | |
| 9651323 | 5 years ago | | | 0 | 0.00032669100 | |
| 9651323 | 5 years ago | | | 0 | 0.00032733900 | |
| 9651321 | 5 years ago | | | 0 | 0.00032669100 | |
| 9651303 | 5 years ago | | | 0 | 0.00032669100 | |
| 9651303 | 5 years ago | | | 0 | 0.00032669100 | |
| 9651293 | 5 years ago | | | 0 | 0.00032669100 | |
| 9651293 | 5 years ago | | | 0 | 0.00032733900 | |
| 9651292 | 5 years ago | | | 0 | 0.00032669100 | |
| 9651292 | 5 years ago | | | 0 | 0.00032669100 |
ABI
ABI objects
Getter at block 21410878
decimals() view returns (uint8)
18
name() view returns (string)
Cloud Code Business Token
symbol() view returns (string)
CCBT
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.