DITECHCOIN
Verified contract
Active on
Ethereum with 318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($267.68)
Native
Value
$267.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.086935 | $3,079.12 |
$267.68 | |
DTC | ERC-20 | 5.954937K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6198907 | 6 years ago | | | 0 | 0.000054856000 | |
| 6198859 | 6 years ago | | | 0 | 0.00017977600 | |
| 5489733 | 7 years ago | | | 0 | 0.00044944000 | |
| 5384511 | 7 years ago | | | 0 | 0.00017608400 | |
| 4986898 | 7 years ago | | | 0 | 0.00042064000 | |
| 4949095 | 7 years ago | | | 0 | 0.0018843300 | |
| 4946848 | 7 years ago | | | 0 | 0.0028264950 | |
| 4946289 | 7 years ago | | | 0 | 0.0028264950 | |
| 4946286 | 7 years ago | | | 0 | 0.0028264950 | |
| 4946209 | 7 years ago | | | 0 | 0.0028264950 |
ABI
ABI objects
Getter at block 21209374
buyPrice() view returns (uint256)
10000000000
currentChallenge() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
6
difficulty() view returns (uint256)
100000000000000000000000000000000
initialSupply() view returns (uint256)
44950000
minBalanceForAccounts() view returns (uint256)
0
name() view returns (string)
DITECHCOIN
owner() view returns (address)
0x440cf6c2d298ea36ecf203fd316572b828c21932
sellPrice() view returns (uint256)
5000000000
symbol() view returns (string)
DTC
timeOfLastProof() view returns (uint256)
0
tokenDecimals() view returns (uint8)
6
tokenName() view returns (string)
DITECHCOIN
tokenSymbol() view returns (string)
DTC
totalSupply() view returns (uint256)
44950000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
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)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
proofOfWork(uint256 nonce)
sell(uint256 amount)
setAllowMining(bool allowMining)
setMinBalance(uint256 minimumBalanceInFinney)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.