Tron
USDT

How to Check if USDT Is Frozen or Blacklisted on Tron

A Tron USDT wallet that suddenly cannot send is almost never a wallet bug or a fee problem — it is Tether’s contract rejecting the transfer. You can confirm it yourself in under a minute by reading the blacklist flag straight off the USDT contract, and you should do that before contacting anyone.

Check it yourself, without trusting anyone

The block is on the wallet address itself, so it covers every TRC-20 USDT the address holds now and anything anyone sends it later. It does not touch TRX or any other TRC-20 token in the same wallet.

  1. Open the contract address on Tronscan (link above).
  2. Go to the "Contract" tab, then "Read Contract".
  3. Find the read function listed above.
  4. Paste the wallet address (base58, starting with T) and run the query.
  5. `true` means that address is currently frozen or blacklisted.

What a contract read cannot tell you

It answers today's question only. It says nothing about where the balance came from, whether the addresses that paid you are already blocked, or how exposed the wallet is to the 1,705 wallets already frozen on this contract. That is what a scan is for.

Scan a Tron USDT wallet

Latest USDT events on Tron

Go deeper on USDT / Tron

FAQ

Who can freeze USDT on Tron?

Tether controls the TRC-20 USDT contract directly. A multisig owned by Tether calls addBlackList on an address, and from that block on the address can neither send nor receive USDT — the tokens stay visible in the wallet but every transfer reverts.

What exactly gets frozen — the wallet or the balance?

The block is on the wallet address itself, so it covers every TRC-20 USDT the address holds now and anything anyone sends it later. It does not touch TRX or any other TRC-20 token in the same wallet.

Can a freeze on Tron be reversed?

Only Tether can call removeBlackList, and it does — a meaningful share of Tron blacklistings are later reversed, typically when law enforcement clears the address or the exchange that reported it withdraws the report. There is no on-chain appeal: the path runs through Tether support and, in practice, through whichever exchange or law-enforcement agency triggered the report. FreezeRadar has recorded 339 releases against 1,708 freezes on this contract.