Tether USD
Verified contract
Active on
Ethereum with 351 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Tether USD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20395577 | 4 months ago | | | 0 | 0.0011961880 | |
| 20395577 | 4 months ago | | | 0 | 0.0010714780 | |
| 20289897 | 5 months ago | | | 0 | 0.00011966470 | |
| 20018079 | 6 months ago | | | 0 | 0.00034184182 | |
| 19711964 | 7 months ago | | | 0 | 0.00057711561 | |
| 19711789 | 7 months ago | | | 0 | 0.00077443468 | |
| 19710397 | 7 months ago | | | 0 | 0.00036716526 | |
| 19709988 | 7 months ago | | | 0 | 0.00038569999 | |
| 19690577 | 7 months ago | | | 0 | 0.00049975288 | |
| 19690565 | 7 months ago | | | 0 | 0.00048035294 |
ABI
ABI objects
Getter at block 21321433
decimals() view returns (uint8)
6
name() view returns (string)
Tether USD
owner() view returns (address)
0x8e6105b7eeb8a6841d66f8e82c0f8e126a400b86
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
30284517903000000
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)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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_, uint8 decimals_, uint256 initialSupply_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.