Shift data incoming
Reading the latest indexed site record.
Shift data incoming
Reading the latest indexed site record.
Zone 07 / Inspection office
Sell receipts, admin and supply proofs, liquidity hazards, and the method behind every claim.
0xb2000000000000000000004c27f6523082f41d01
INSPECTION DISPUTE — their simulator
"honeypot.is: SELL — 100% FAIL · riskLevel 100 · simulated sell tax 100% · 366 of 366 holder sells reverted"
A simulator, simulating a contract that does not store balances where it looks. B20 tokens keep balances in native state and run as a node precompile; a forked EVM reading contract storage sees zeros and every simulated transfer reverts. The verdict describes the simulator.
PROOF OF EXIT — three receipts on file
seller 0xf05233…e38ee6 · receipt status ok · Basecat→pool, WETH→seller
seller 0xfb1842…0aa1ef · receipt status ok · Basecat→pool, WETH→seller
seller 0xc98d04…28e890 · receipt status ok · Basecat→pool, WETH→seller
Three sells, three distinct wallets, verified against receipts on the public RPC and re-checked by this repo's verify:chain. Sells execute. Simulator-based scanners are unreliable for B20 — that cuts both ways, so no "safe" badge either.
✓ ADMIN-LESS FROM BIRTH
Created through the o1 B20LaunchpadFactory with initialAdmin = address(0) and a fail-closed assertion: no admin, mint, burn, pause or operator roles exist for the creator, factory, hook, vault or treasury. Not renounced — never held.
✓ SUPPLY CAPPED FOREVER
SupplyCapUpdated locked the cap to exactly 1,000,000,000 at creation, equal to totalSupply. B20 is Base's protocol-level token standard: the rule is enforced by the node, not by contract code that could hide an exception.
✓ LAUNCH LIQUIDITY PERMANENT
100% of supply was seeded single-sided into the v4 native-ETH pool, owned by the LaunchHook. Per the verified launchpad source there is no code path that removes it.
✓ NO TOKEN-LEVEL TAX
No transfer policies exist. Swap costs live in the pools: the launch hook levies a dynamic per-swap fee (visible per trade in the site log), and the v3 side pool charges its static 1%.
0xf79478…558944 — the v3 WETH pool that DexScreener front-pages as "the pair" — is third-party liquidity through the standard NonfungiblePositionManager: unlocked, freely removable, and heavily churned (640 mints / 671 burns indexed since it appeared three hours after launch). Its depth can leave at any moment, and no stamp fixes that.
Total real liquidity across every pool is thin against the market cap — the overview page puts the two numbers side by side at equal size on purpose. Thin books cut both ways; the +1,200% day and any −90% day share one cause.
B20, AND WHY EXPLORERS DISAGREE WITH US
Basecat is a B20 native token (Base's Beryl upgrade): 1 byte of marker bytecode, logic in a node precompile, balances in native state. It still emits standard ERC-20 Transfer logs — verified live — so this terminal folds every Transfer since creation into balances and holder counts. Storage-reading explorers cannot do that fold; Blockscout shows 7 holders. verify:chain reconciles our fold against sampled balanceOf reads, wei-exact, pinned to the cursor block.
PRICING — BEST POOL PER HOUR, MERGED
Swaps are indexed from every discovered Basecat pool (v4 singleton by poolId, v3 by address). Prices derive from post-swap sqrtPriceX96, oriented Basecat-per-quote; the hour's highest-USD-volume eligible pool prices the hour, minutes inherit the hour's winner (so folds agree exactly), and USD comes from the Chainlink ETH/USD series, last-observation-carried-forward. Pools without a ranked counter-asset (the LFI pair) are unpriceable and carry no USD figures by refusal.
P&L — FLOW BASIS, STATED LIMITS
Wallet P&L values each wallet's net Basecat delta per block at the minute price, average-cost basis, realized on disposals. Router hops cancel inside a block. Wallet-to-wallet transfers are valued at market price at receipt — a gift counts as a buy at that minute's price. That is a modeling choice, stated here rather than hidden.
FRESHNESS
Indexer tails the chain at a few seconds' lag; candles rebuild ≈15s; trader stats ≈60s; the certificate above is hand-verified evidence, stamped with its date, and does not move with the cursor. Launch pool 0x215b21…5a30ba (a v4 pool id inside the PoolManager) · every figure on this site is recomputed from raw logs on a local Postgres — not quoted from an API.