United States Dollar Token
Verified contract
Active on
Ethereum with 983 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 | 317.87066K | -- | -- | |
Tether USD | ERC-20 | 20K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21174380 | a day ago | | | 0 | 0.0016243804 | |
| 21159155 | 3 days ago | | | 0 | 0.0017106815 | |
| 20879974 | a month ago | | | 0 | 0.0020673059 | |
| 20879885 | a month ago | | | 0 | 0.0019210520 | |
| 20857578 | a month ago | | | 0 | 0.00054972622 | |
| 20851774 | 2 months ago | | | 0 | 0.00033698701 | |
| 20635325 | 2 months ago | | | 0 | 0.00024641129 | |
| 20599973 | 3 months ago | | | 0 | 0.00013260077 | |
| 20476523 | 3 months ago | | | 0 | 0.000098553581 | |
| 20283437 | 4 months ago | | | 0 | 0.00047690876 |
ABI
ABI objects
Getter at block 21182590
decimals() view returns (uint8)
4
name() view returns (string)
United States Dollar Token
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
5000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, 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_, uint256 totalSupply_, uint8 decimals_, address[2] addr_)
receive()
This contract contains no error objects.