Skip to main content
Menu
Update

Fixing the ETH Token Page: NFT Contracts Now Show Up Correctly

By BarryGuard Team · May 15, 2026 · 3 min read

On Ethereum, BNB Chain, and Base, not every address that looks like a token is actually a normal token. Some addresses are NFT contracts. Some are NFT collections. The risk picture for these is very different, and the page should say so.

Until now, the BarryGuard token check sometimes showed a confusing placeholder for these contracts — an address-shaped name, a pseudo-symbol like $0X35, and a broken external link. That made it hard to know what you were actually looking at.

What is new

The token check now asks the contract directly which standard it follows before trying to read token name and symbol. Three results are possible:

  • Normal token (ERC-20) — the page shows name and symbol as before.
  • NFT contract (ERC-721) — the page shows a clear "NFT contract" label instead of a fake token symbol.
  • NFT collection (ERC-1155) — the page shows "NFT collection".

When metadata is genuinely missing, the page now says "Metadata unavailable" instead of inventing a fake symbol. A neutral initials circle replaces the empty logo slot.

Why this matters for traders

If you land on an Ethereum address and the page renders a fake-looking symbol with no market data, it is easy to misread it as a broken token. In reality it is often an NFT contract that simply does not have a price or a swap pool. The new labels make the difference visible without changing how the underlying risk is scored.

On the same release, we also stopped showing dead external links for tokens that are not listed on the public market data we link to. If a clean link cannot be built, the link is hidden instead of pointing to an empty page.

What it does not change

The risk score itself is not influenced by these display fixes. A token that scored danger before still scores danger. We are only making the page tell you the truth about what kind of contract you are looking at.

You can try the new behaviour on any Ethereum, BNB Chain, or Base address in the Token Checker.