Celloud
Verified contract
Active on
Ethereum with 2,228 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 |
---|---|---|---|---|---|
CLD | ERC-20 | 85.667K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164920 | 13 days ago | | | 0 | 0.00069042440 | |
| 21162718 | 13 days ago | | | 0 | 0.00083602006 | |
| 21136181 | 17 days ago | | | 0 | 0.00066295983 | |
| 19454114 | 8 months ago | | | 0 | 0.0018371100 | |
| 17997533 | a year ago | | | 0 | 0.00079592332 | |
| 17967740 | a year ago | | | 0 | 0.00058471319 | |
| 17967740 | a year ago | | | 0 | 0.00058455426 | |
| 17967740 | a year ago | | | 0 | 0.00058455426 | |
| 17964151 | a year ago | | | 0 | 0.0024300511 | |
| 17964149 | a year ago | | | 0 | 0.0019482228 |
ABI
ABI objects
Getter at block 21257368
decimals() view returns (uint256)
18
get_transferLock() view returns (bool)
false
name() view returns (string)
Celloud
owner() view returns (address)
0x56133d15e76b9af598611795b02dc774557cb349
symbol() view returns (string)
CLD
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
allowedAddress(address) view returns (bool)
balanceOf(address) view returns (uint256)
blockedAddress(address) view returns (bool)
State-modifying
Events addAllowedAddress(address _address)
addBlockedAddress(address _address)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deleteAllowedAddress(address _address)
deleteBlockedAddress(address _address)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setTransferLock(bool _transferLock) returns (bool success)
tokenBurn(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
TokenBurn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.