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 |
---|---|---|---|---|---|
DHT | ERC-20 | 80.410633M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12165837 | 8 months ago | | | 0 | 0.0000010874819 | |
| 12164716 | 8 months ago | | | 0 | 0.0000010757316 | |
| 12164601 | 8 months ago | | | 0 | 0.0000010654361 | |
| 12164572 | 8 months ago | | | 0 | 0.0000011092696 | |
| 12164495 | 8 months ago | | | 0 | 0.0000010680670 | |
| 12164248 | 8 months ago | | | 0 | 7.5566640e-7 | |
| 12164121 | 8 months ago | | | 0 | 0.00023636681 | |
| 12164116 | 8 months ago | | | 0 | 0.00023636681 | |
| 12163879 | 8 months ago | | | 0 | 0.0000010888700 | |
| 12163862 | 8 months ago | | | 0 | 0.0000010708435 |
ABI
ABI objects
Getter at block 22984546
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0x226143f28c78b47deecfae1e02758e7949a22035
decimals() view returns (uint8)
18
name() view returns (string)
DHTonBase
owner() view returns (address)
0x226143f28c78b47deecfae1e02758e7949a22035
sellFee() view returns (uint256)
99
symbol() view returns (string)
DHT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
renounceOwnership()
setNewFee(uint256 newBuyFee, uint256 newSellFee)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.