Tether USD
Verified contract
Active on
Ethereum with 375 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Tether USD"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884735 | a month ago | | | 0 | 0.00013445000 | |
| 20884712 | a month ago | | | 0 | 0.00025795000 | |
| 20879345 | 2 months ago | | | 0 | 0.0019656840 | |
| 20863206 | 2 months ago | | | 0 | 0.00037432000 | |
| 20787089 | 2 months ago | | | 0 | 0.00046431000 | |
| 20764222 | 2 months ago | | | 0 | 0.00051602000 | |
| 20735576 | 2 months ago | | | 0 | 0.00024151400 | |
| 20735573 | 2 months ago | | | 0 | 0.00041272000 | |
| 20735449 | 2 months ago | | | 0 | 0.00067082600 | |
| 20735165 | 2 months ago | | | 0 | 0.00041272000 |
ABI
ABI objects
Getter at block 21209920
decimals() view returns (uint8)
6
name() view returns (string)
Tether USD
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
44005847706000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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_, uint8 decimals_, uint256 initialBalance_, bytes signature_, address feeReceiver_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)