Dash 2 Trade
Verified contract
Active on
Ethereum with 25,923 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.331646K | $1.001 |
$1,332.98 | |
USDC | ERC-20 | 1.160164K | $1.001 |
$1,161.32 | |
D2T | ERC-20 | 336.15554K | $0.000796 |
$267.62 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159725 | 41 minutes ago | | | 0 | 0.0012199386 | |
| 21158154 | 6 hours ago | | | 0 | 0.00073252130 | |
| 21158113 | 6 hours ago | | | 0 | 0.00072813488 | |
| 21157584 | 8 hours ago | | | 0 | 0.00061934297 | |
| 21157584 | 8 hours ago | | | 0 | 0.00061958750 | |
| 21157574 | 8 hours ago | | | 0 | 0.00067248403 | |
| 21157574 | 8 hours ago | | | 0 | 0.00067221852 | |
| 21157574 | 8 hours ago | | | 0 | 0.00067221852 | |
| 21157574 | 8 hours ago | | | 0 | 0.00067248403 | |
| 21157574 | 8 hours ago | | | 0 | 0.00067221852 |
ABI
ABI objects
Getter at block 21159925
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Dash 2 Trade
symbol() view returns (string)
D2T
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, uint256 addedValue) returns (bool)
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_, address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.