Tether USD
Verified contract
Active on
Ethereum with 10 txns
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 |
---|---|---|---|---|---|
USDT | ERC-20 | 3.982871T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15646055 | 2 years ago | | | 0 | 0.00084649789 | |
| 15639123 | 2 years ago | | | 0 | 0.00056807960 | |
| 15634533 | 2 years ago | | | 0 | 0.0017149694 | |
| 15634498 | 2 years ago | | | 0 | 0.00054713848 | |
| 15634433 | 2 years ago | | | 0 | 0.00081977033 | |
| 15634388 | 2 years ago | | | 0 | 0.0010500067 | |
| 15633572 | 2 years ago | | | 0 | 0.0013291781 | |
| 15631029 | 2 years ago | | | 0 | 0.00088418037 | |
| 15631010 | 2 years ago | | | 0 | 0.00045680105 | |
| 15630833 | 2 years ago | | | 0 | 0.00062119890 |
ABI
ABI objects
Getter at block 21216081
decimals() view returns (uint256)
6
name() view returns (string)
Tether USD
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
3982871000987000000
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)
destroySmartContract(address _to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
sendMoney() payable
setPaused(bool _paused)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdrawAllMoney(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialBalance_, uint256 decimals_, address tokenOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.