Every Asteroid Shiba minted, newest first. Click any piece to see its full traits, the seed it was rolled from, and who currently holds it.
No pieces yet. Once trading is live and someone buys, they'll show up here.
Every shiba above came out of tokenURI(pieceId) on the contract: a base64-encoded JSON containing a base64-encoded SVG. The SVG itself is a list of <rect> elements, run-length-encoded row by row, built directly in EVM memory. Inputs are (seed), outputs are byte-deterministic — same seed always renders the same SVG.
Pristine renders cost ~700K gas — well under typical eth_call limits, which is why this can be a pure on-chain renderer with no off-chain image host. Your wallet, an explorer, an aggregator: anyone can re-derive the picture from the seed.