Tether USD
Verified contract
Proxy
Active on
Ethereum with 1,188 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 | 1.097878M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21179361 | 17 hours ago | | | 0 | 0.0038497845 | |
| 21178685 | 19 hours ago | | | 0 | 0.0018022086 | |
| 21178465 | 20 hours ago | | | 0 | 0.0017001527 | |
| 21178172 | 21 hours ago | | | 0 | 0.00077765162 | |
| 21178126 | 21 hours ago | | | 0 | 0.00084342941 | |
| 21178061 | 21 hours ago | | | 0 | 0.00094308310 | |
| 21178056 | 21 hours ago | | | 0 | 0.00092885105 | |
| 21172707 | 2 days ago | | | 0 | 0.0020901848 | |
| 21172623 | 2 days ago | | | 0 | 0.0020776764 | |
| 21171637 | 2 days ago | | | 0 | 0.0015159574 |
ABI
ABI objects
Getter at block 21184291
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x19336f210c897613a89fe96353cc6fd9c77877f6
decimals() view returns (uint8)
18
name() view returns (string)
Tether USD
symbol() view returns (string)
USDT
team() view returns (address)
0x19336f210c897613a89fe96353cc6fd9c77877f6
totalSupply() view returns (uint256)
100000000000000545672000000000000000000
tradeBurnRatio() view returns (uint256)
0
tradeFeeRatio() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
State-modifying
Events abandonOwnership(address zeroAddress)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
changeTeamAccount(address newTeam)
claimOwnership()
init(address _creator, uint256 _initSupply, string _name, string _symbol, uint8 _decimals, uint256 _tradeBurnRatio, uint256 _tradeFeeRatio, address _team)
initOwner(address newOwner)
mint(address user, uint256 value)
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 amount)
Burn(address indexed user, uint256 value)
ChangeTeam(address oldTeam, address newTeam)
Mint(address indexed user, uint256 value)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.