Tether USDT
Verified contract
Active on
Ethereum with 126 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 | 500 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18434797 | a year ago | | | 0 | 0.0011626192 | |
| 18431620 | a year ago | | | 0 | 0.0032793452 | |
| 16825681 | 2 years ago | | | 0 | 0.00080400743 | |
| 16697711 | 2 years ago | | | 0 | 0.0013575770 | |
| 16697502 | 2 years ago | | | 0 | 0.0016000030 | |
| 16091838 | 2 years ago | | | 0 | 0.00064747918 | |
| 16006449 | 2 years ago | | | 0 | 0.00064847719 | |
| 15866712 | 2 years ago | | | 0 | 0.0012392880 | |
| 15820008 | 2 years ago | | | 0 | 0.0014455000 | |
| 15566513 | 2 years ago | | | 0 | 0.00023672819 |
ABI
ABI objects
Getter at block 21199662
decimals() view returns (uint256)
6
name() view returns (string)
Tether USDT
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
36815220940394632000000
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 decimals_, uint256 initialBalance_, address tokenOwner_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.