Robinhood Chain · id 4663 · $DEV

Did the dev
sell?

Paste a token. It finds the wallet that deployed it, reads every transfer that wallet has ever made of the token, and tells you what they did with it. Reads the chain directly in your browser — no wallet, no server, nothing to sign.

Ready

Paste a Robinhood Chain token address and press check.

try:

How it finds the dev

four calls, no indexer

Nothing here is scraped from a third party. Every number comes off the chain in your browser, and every step is one you can repeat.

1. The mint

Pulls every Transfer event where the sender is the zero address. That's supply being created, and it is the token's first moment on chain.

2. The wallet behind it

Takes the transaction that emitted that mint and reads who sent it. That signer is the deployer — not a guess, the account that paid the gas to create the supply.

3. Everything they did after

Every Transfer of that token into or out of the deployer's wallet, from block zero to now, replayed in order to reconstruct their balance over time — and the peak they ever held.

What "moved out" does and doesn't mean

read this before posting a screenshot

Moving isn't always selling

A transfer out of the deployer wallet might be a sale, or seeding liquidity, or a payment, or moving to a second wallet they also own. Where the destination is a contract, the report says so — that usually means a market or a pool.

One wallet, not a person

A dev with three wallets shows up as a dev who transferred to someone else. This tracks the deployer address, which is a fact, not the human behind it, which isn't.

Launchpad tokens

Many tokens mint their whole supply straight to a launchpad contract, so the deployer never personally holds any. The report says never held supply rather than pretending that's a clean bill of health.

The token

$DEV

The tool is free and always will be — it runs entirely in your browser, so there is nothing to charge for. $DEV is a plain ERC-20 attached to it, and you can check its own deployer with the box above.

Specification

NameDid The Dev Sell
SymbolDEV
Decimals18
Supply1,000,000,000
ChainRobinhood Chain (4663)
Transfer tax0%
Contractnot deployed

No owner, no pause, no mint

Same rule as always: the privileged functions aren't disabled, they don't exist. Nothing in the contract can stop a wallet transferring, including mine.

When it's live, run it through this page and through the bytecode scanner at nofunctionfound.xyz. A tool that can't survive its own test isn't worth using.