ZEROX

Method

What ZEROX reads, what it does not, and where it is wrong.

Where the numbers come from

One contract. Pons deploys every token from its factory at 0x7ed598bcef8bd9edd8c97a195c6d13f40801ec7e on Robinhood Chain (4663), and every deploy emits a log with the token, the curve, the deployer and the pair asset. ZEROX subscribes to that log over public RPC, then calls name() and symbol() on each token to find out what it calls itself. That is the whole pipeline. No API key, no indexer, no third-party data vendor, nothing written back to the chain.

What a generation number means

Tickers are normalised (uppercased, punctuation stripped) and grouped. The first launch of a ticker inside the window is the original; the rest are copies, numbered in block order. A copy number is a statement about order of arrival, not about intent — two people can land on GREEN in the same minute without either copying the other. Read it as “you were not first”, not as an accusation.

The window

Pons has launched over four million tokens. Indexing all of it from a web page is not possible, and pretending otherwise would be the first lie. ZEROX keeps a rolling window of up to the last 60 minutes of chain and says so on every screen. The header tells you how many minutes it is actually holding right now, which is shorter right after a cold start.

“Pool opened” is not “graduated”

The green stamp means the bonding curve completed and a Uniswap pool was opened for that token. It does not mean the token is worth anything. On Pons a launch can be paired against any asset, including a worthless one, so a completed curve can represent real money or almost none. The pair asset is printed on every row so you can tell the difference yourself.

Known limits

Block timing is derived from the chain's ~0.1s cadence rather than per-block timestamps, so ages are approximate to a few seconds. Tokens whose symbol() reverts or returns junk are grouped under whatever they return. Non-latin tickers are kept as-is rather than transliterated. If the RPC set is unreachable the page keeps showing the last good read and the indicator goes grey.

Not affiliated

ZEROX is not affiliated with Pons, Robinhood Markets, Robinhood Chain, or any project named on this site. Every name, ticker and address shown is public chain data, reproduced without endorsement or judgement about any particular deployer.