Tether USD
Verified contract
Implementation
Active on
Ethereum
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,255,521.58)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,342.00 |
$0 | |
CRO | ERC-20 | 4.8M | $0.181352 |
$870,489.6 | |
USDC | ERC-20 | 213.67977K | $0.999226 |
$213,514.38 | |
USDT | ERC-20 | 110.745572K | $1.00 |
$110,745.57 | |
GRT | ERC-20 | 63.33333K | $0.22215 |
$14,069.5 | |
UGOLD | ERC-20 | 5 | $2,761.14 |
$13,805.7 | |
LINK | ERC-20 | 634.444916 | $15.15 |
$9,611.84 | |
BabyDoge | ERC-20 | 2.261428T | $0.00 |
$4,522.86 | |
MNT | ERC-20 | 5.381897K | $0.796163 |
$4,284.87 | |
WETH | ERC-20 | 0.747634 | $3,342.33 |
$2,498.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236865 | a few seconds ago | | | 0 | 0.0017460799 | |
| 21236865 | a few seconds ago | | | 0 | 0.0017457485 | |
| 21236865 | a few seconds ago | | | 0 | 0.0013524260 | |
| 21236865 | a few seconds ago | | | 0 | 0.0012749817 | |
| 21236865 | a few seconds ago | | | 0 | 0.0011433782 | |
| 21236865 | a few seconds ago | | | 0 | 0.0011433782 | |
| 21236865 | a few seconds ago | | | 0 | 0.0012765679 | |
| 21236865 | a few seconds ago | | | 0 | 0.0011433782 | |
| 21236865 | a few seconds ago | | | 0 | 0.0011442849 | |
| 21236865 | a few seconds ago | | | 0 | 0.0011566520 |
ABI
ABI objects
Getter at block 21236865
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
66929452093657795
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint256)
6
deprecated() view returns (bool)
false
getOwner() view returns (address)
0xc6cde7c39eb2f0f0095f41570af89efc2c1ea828
maximumFee() view returns (uint256)
0
name() view returns (string)
Tether USD
owner() view returns (address)
0xc6cde7c39eb2f0f0095f41570af89efc2c1ea828
paused() view returns (bool)
false
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
66929452093657795
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
approve(address _spender, uint256 _value)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
issue(uint256 amount)
pause()
redeem(uint256 amount)
removeBlackList(address _clearedUser)
setParams(uint256 newBasisPoints, uint256 newMaxFee)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address newAddress)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
Issue(uint256 amount)
Params(uint256 feeBasisPoints, uint256 maxFee)
Pause()
Redeem(uint256 amount)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.