TetherUSDT
Verified contract
Active on
Ethereum with 518 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 | 312.324K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213823 | 13 hours ago | | | 0 | 0.00035362000 | |
| 21141899 | 11 days ago | | | 0 | 0.00052474000 | |
| 21119439 | 14 days ago | | | 0 | 0.00083958400 | |
| 21119439 | 14 days ago | | | 0 | 0.0011673420 | |
| 21119439 | 14 days ago | | | 0 | 0.00060115400 | |
| 21119439 | 14 days ago | | | 0 | 0.000070748000 | |
| 21113570 | 15 days ago | | | 0 | 0.00014144800 | |
| 21013963 | a month ago | | | 0 | 0.00028299200 | |
| 20985600 | a month ago | | | 0 | 0.00060095000 | |
| 20985509 | a month ago | | | 0 | 0.00074235000 |
ABI
ABI objects
Getter at block 21217729
_decimal() view returns (uint8)
0
_minter() view returns (address)
0x414bc8044779cf09b9a46804768a936d916ae454
_name() view returns (string)
TetherUSDT
_symbol() view returns (string)
USDT
_totalSupply() view returns (uint256)
80000000
decimals() view returns (uint8)
0
name() view returns (string)
TetherUSDT
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x414bc8044779cf09b9a46804768a936d916ae454
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
80000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
confiscate(address target, uint256 amount) returns (bool)
mint(uint256 amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _to)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.