CrowdDreaming
Verified contract
Active on
Ethereum with 612 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 |
---|---|---|---|---|---|
LCWP | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8278253 | 5 years ago | | | 0 | 0.000044396400 | |
| 7339631 | 6 years ago | | | 0 | 0.00022236600 | |
| 7136985 | 6 years ago | | | 0 | 0.0015221250 | |
| 7036311 | 6 years ago | | | 0 | 0.00017700000 | |
| 6785028 | 6 years ago | | | 0 | 0.00035578560 | |
| 6596771 | 6 years ago | | | 0 | 0.000066183000 | |
| 6539960 | 6 years ago | | | 0 | 0.00011030500 | |
| 6532517 | 6 years ago | | | 0 | 0.00013236600 | |
| 6498350 | 6 years ago | | | 0 | 0.00046912500 | |
| 6498339 | 6 years ago | | | 0 | 0.00046912500 |
ABI
ABI objects
Getter at block 21197568
decimals() view returns (uint8)
8
distributionFinished() view returns (bool)
false
name() view returns (string)
CrowdDreaming
symbol() view returns (string)
CDD
totalSupply() view returns (uint256)
20000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getEthBalance(address _addr) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
distributeCDD(address[] addresses, uint256 _value, uint256 _ethbal)
finishDistribution() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.