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 "DETHER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16996224 | 2 years ago | | | 0 | 0.00049072600 | |
| 14472567 | 3 years ago | | | 0 | 0.00080670099 | |
| 12840811 | 3 years ago | | | 0 | 0.0011530220 | |
| 11463536 | 4 years ago | | | 0 | 0.0027976410 | |
| 10997334 | 4 years ago | | | 0 | 0.00068206402 | |
| 10446283 | 4 years ago | | | 0 | 0.00089294000 | |
| 10433941 | 4 years ago | | | 0 | 0.00097695400 | |
| 10421991 | 4 years ago | | | 0 | 0.0010709521 | |
| 10420011 | 4 years ago | | | 0 | 0.0019644680 | |
| 10406083 | 4 years ago | | | 0 | 0.0010082800 |
ABI
ABI objects
Getter at block 21311114
_owner() view returns (address)
0x110790db185798abc9fc14570a60eab346ad6dbd
decimals() view returns (uint8)
18
name() view returns (string)
DETHER
symbol() view returns (string)
DETH
totalSupply() view returns (uint256)
20558192153110095423356525
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
newOwner(address _newOwner)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.