DitCoin Token
Verified contract
Active on
Ethereum with 366 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 |
---|---|---|---|---|---|
WDT | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11374533 | 4 years ago | | | 0 | 0.00056683500 | |
| 11240961 | 4 years ago | | | 0 | 0.0012568950 | |
| 11238908 | 4 years ago | | | 0 | 0.00039412804 | |
| 11237999 | 4 years ago | | | 0 | 0.0012322500 | |
| 11231222 | 4 years ago | | | 0 | 0.00088722000 | |
| 11219067 | 4 years ago | | | 0 | 0.00039412804 | |
| 11218934 | 4 years ago | | | 0 | 0.00061582504 | |
| 11199733 | 4 years ago | | | 0 | 0.00049266000 | |
| 11199719 | 4 years ago | | | 0 | 0.00051729300 | |
| 11199712 | 4 years ago | | | 0 | 0.00056655900 |
ABI
ABI objects
Getter at block 21260685
decimals() view returns (uint256)
8
emergencyFreeze() view returns (bool)
true
name() view returns (string)
DitCoin Token
owner() view returns (address)
0x132f192f694bfe2e40627d426af199368f158487
symbol() view returns (string)
DITC
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 balance)
isFreezed(address _targetAddress) 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)
emergencyFreezeAllAccounts(bool _freeze) returns (bool res)
freezeAccount(address _target, bool _freeze) returns (bool res)
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address _tokenAddress, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 amount)
EmerygencyFreezed(bool emergencyFreezeStatus)
Freezed(address targetAddress, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.