Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,028.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEXT | ERC-20 | 20.00001K | $0.50141 |
$10,028.21 | |
DEXT | ERC-20 | 20.000007K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16309108 | 2 years ago | | | 0 | 0.00070040058 | |
| 13200257 | 3 years ago | | | 0 | 0.0044963805 | |
| 12674456 | 3 years ago | | | 0 | 0.00043728069 | |
| 12244876 | 4 years ago | | | 0 | 0.0024540090 | |
| 12220590 | 4 years ago | | | 0 | 0.0028169700 | |
| 11938671 | 4 years ago | | | 0 | 0.0045492350 | |
| 11909916 | 4 years ago | | | 0 | 0.0033803200 | |
| 11906054 | 4 years ago | | | 0 | 0.0041907320 | |
Transfer | 11844910 | 4 years ago | | | 1.45 | 0.0040530000 | |
| 11771393 | 4 years ago | | | 0 | 0.0068050037 |
ABI
ABI objects
Getter at block 21324360
_decimals() view returns (uint8)
18
_name() view returns (string)
DMUSD
_symbol() view returns (string)
DMUSD
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x88f40fb72a4c8fdeaac194eb2802f9f403bf8791
name() view returns (string)
DMUSD
owner() view returns (address)
0x88f40fb72a4c8fdeaac194eb2802f9f403bf8791
symbol() view returns (string)
DMUSD
totalSupply() view returns (uint256)
10000000000000000000000000
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) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.