Tether USDT
Verified contract
Active on
Ethereum with 10 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 USDT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19236115 | 9 months ago | | | 0 | 0.0011349125 | |
| 19235612 | 9 months ago | | | 0 | 0.0020659800 | |
| 19235558 | 9 months ago | | | 0 | 0.0039433500 | |
| 19235543 | 9 months ago | | | 0 | 0.0061668000 | |
| 18429158 | a year ago | | | 0 | 0.0017666154 | |
| 18426364 | a year ago | | | 0 | 0.00062808630 | |
| 18426351 | a year ago | | | 0 | 0.00061126449 | |
| 18426343 | a year ago | | | 0 | 0.00059884999 | |
| 18426306 | a year ago | | | 0 | 0.00053673592 | |
| 18426280 | a year ago | | | 0 | 0.00061912626 |
ABI
ABI objects
Getter at block 21297496
TOKEN_CODE() view returns (uint256)
59460224183487254616092495
decimals() view returns (uint8)
6
name() view returns (string)
Tether USDT
owner() view returns (address)
0xddc778c6bd1f8f2ca4e917768db5cdc422478329
symbol() view returns (string)
USDT
totalSupply() view returns (uint256)
3499999996000000
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(uint256 initialSupply_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.