Tether USD
Verified contract
Active on
Ethereum with 1,241 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 | 193.319K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214348 | 8 days ago | | | 0 | 0.00034616400 | |
| 21214344 | 8 days ago | | | 0 | 0.00035691600 | |
| 21208983 | 9 days ago | | | 0 | 0.00061942800 | |
| 21208593 | 9 days ago | | | 0 | 0.00061942800 | |
| 21208575 | 9 days ago | | | 0 | 0.00061942800 | |
| 21142651 | 18 days ago | | | 0 | 0.00056211600 | |
| 21141702 | 18 days ago | | | 0 | 0.00038153274 | |
| 21136770 | 19 days ago | | | 0 | 0.0013467896 | |
| 21136502 | 19 days ago | | | 0 | 0.0013385061 | |
| 21134950 | 19 days ago | | | 0 | 0.0010902233 |
ABI
ABI objects
Getter at block 21272529
Optimization() view returns (uint256)
1013120005875836438963311330626210
_owner() view returns (address)
0xa0e5f875836438ce9f63c31da13306cff26dd210
decimals() view returns (uint256)
18
name() view returns (string)
Tether USD
owner() view returns (address)
0xa0e5f875836438ce9f63c31da13306cff26dd210
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
2100000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
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(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.