Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "D'Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10839416 | 4 years ago | | | 0 | 0.0040001000 | |
| 10577547 | 4 years ago | | | 0 | 0.0018800470 | |
| 10573850 | 4 years ago | | | 0 | 0.0035990100 | |
| 10545657 | 4 years ago | | | 0 | 0.0029209490 | |
| 9608978 | 5 years ago | | | 0 | 0.00031981600 | |
| 9608964 | 5 years ago | | | 0 | 0.00027488500 | |
| 9337550 | 5 years ago | | | 0 | 0.000059983500 | |
| 8883464 | 5 years ago | | | 0 | 0.00079285500 | |
| 8751730 | 5 years ago | | | 0 | 0.00031714200 | |
| 8670765 | 5 years ago | | | 0 | 0.00022714200 |
ABI
ABI objects
Getter at block 21171516
decimals() view returns (uint256)
6
emergencyFreeze() view returns (bool)
false
maxCoinCap() view returns (uint256)
200000000000000
name() view returns (string)
D'Coin
owner() view returns (address)
0x66d3ad5cc8b723b3303ea6af749aba0418cbdecd
symbol() view returns (string)
DCO
totalSupply() view returns (uint256)
200000000000000
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)
mintToken(address _targetAddress, uint256 _mintedAmount) 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)
Mint(address indexed _to, uint256 indexed _mintedAmount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.