1

I am looking for an ERC-20 token with only the Name (Ticker), but when I search that up on Etherscan I come up with many many options.

Is there any way yo look these up by other criteria such as Transfers, Holder Allocation, ETC? This token is not listed in any CEX or DEX at this time as it is just a testing token.

1
  • Probably some service provides the querying features you need. Try to search for such services online - unfortunately, I can't give you any specific one. Commented Nov 18, 2024 at 13:56

1 Answer 1

1

There isn’t a reliable way to find an ERC‑20 by name or ticker alone, since those fields aren’t unique and are easy to copy. The best way is to anchor on something verifiable: start from the deployer address (your wallet or factory) and check “contracts created,” then confirm the token via its verified source, decimals, and totalSupply. Next, look at on-chain activity: holders and transfer history should match your test pattern (few holders you control, low transfer count). If you don’t have deployer info, filter candidates by reading name/symbol/decimals and scanning Transfer events involving your known wallets. For clarity going forward, verify the contract and document the exact token address; relying on the ticker alone will always be noisy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.