CryptoDiamondCoin
Verified contract
Active on
Ethereum with 1,407 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.27)
Native
Value
$0.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $2,659.94 |
$0.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7312900 | 6 years ago | | | 0 | 0.000037180000 | |
| 7312897 | 6 years ago | | | 0 | 0.000054608125 | |
| 7086671 | 6 years ago | | | 0 | 0.00012540413 | |
| 6956775 | 6 years ago | | | 0 | 0.000055610000 | |
| 6943619 | 6 years ago | | | 0 | 0.00011173200 | |
| 6701539 | 6 years ago | | | 0 | 0.00011279160 | |
| 6691874 | 6 years ago | | | 0 | 0.00068793120 | |
| 6629988 | 6 years ago | | | 0 | 0.00018622000 | |
| 6588199 | 6 years ago | | | 0 | 0.00022284762 | |
| 6587401 | 6 years ago | | | 0 | 0.00023460800 |
ABI
ABI objects
Getter at block 21082901
decimals() view returns (uint256)
18
distributionFinished() view returns (bool)
true
name() view returns (string)
CryptoDiamondCoin
symbol() view returns (string)
CDC
totalDistributed() view returns (uint256)
260602375947244711557277084
totalRemaining() view returns (uint256)
739397624052755288442722916
totalSupply() view returns (uint256)
1000000000000000000000000000
value() view returns (uint256)
9892976240527497807894
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.