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 |
---|---|---|---|---|---|
DNL | ERC-20 | 129.890862 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19281472 | 9 months ago | | | 0 | 0.0019805995 | |
| 16398542 | 2 years ago | | | 0 | 0.0018069478 | |
| 15916109 | 2 years ago | | | 0 | 0.00051916022 | |
| 15916102 | 2 years ago | | | 0 | 0.00048754404 | |
| 15916094 | 2 years ago | | | 0 | 0.00049028232 | |
| 15916075 | 2 years ago | | | 0 | 0.00050900856 | |
| 15916063 | 2 years ago | | | 0 | 0.00067671627 | |
| 14402188 | 3 years ago | | | 0 | 0.0019070251 | |
| 14389820 | 3 years ago | | | 0 | 0.0011201520 | |
| 14389773 | 3 years ago | | | 0 | 0.00079141983 |
ABI
ABI objects
Getter at block 21285483
decimals() view returns (uint256)
18
name() view returns (string)
Donocle
owner() view returns (address)
0xa8e2f0e8c344f2614f94431b37312bd0cec9c0f4
pauesed() view returns (bool)
false
symbol() view returns (string)
DNL
totalSupply() view returns (uint256)
600000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
isBlackList(address badAddress) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
burnFrom(address who, uint256 value) payable returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setBlackList(bool bSet, address badAddress)
start()
stop()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
BurnFrom(address indexed from, uint256 value)
OwnerLog(address indexed previousOwner, address indexed newOwner, bytes4 sig)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totsupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.