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 |
---|---|---|---|---|---|
DMDT | ERC-20 | 185.915846M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12307514 | 4 years ago | | | 0 | 0.0032677340 | |
| 12307512 | 4 years ago | | | 0 | 0.0010988840 | |
| 12307470 | 4 years ago | | | 0 | 0.0011567200 | |
| 12307177 | 4 years ago | | | 0 | 0.0011567200 | |
| 12307177 | 4 years ago | | | 0 | 0.0011567200 | |
| 12307177 | 4 years ago | | | 0 | 0.0011567200 | |
| 12307175 | 4 years ago | | | 0 | 0.0011567200 | |
| 12307174 | 4 years ago | | | 0 | 0.0011567200 | |
| 12307174 | 4 years ago | | | 0 | 0.0011567200 | |
| 12306516 | 4 years ago | | | 0 | 0.0012145560 |
ABI
ABI objects
Getter at block 21285815
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
DMDTToken
owner() view returns (address)
0xba4b2dd02a4f4a9d85e22ae681c06313fa06bff0
sellPrice() view returns (uint256)
0
symbol() view returns (string)
DMDT
totalSupply() view returns (uint256)
999900000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
FrozenFunds(address target, bool frozen)
Price(uint256 newSellPrice, uint256 newBuyPrice)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.