aPEG

★ asteroid shibas in helmets ★
explore — the collection

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. (showing samples — contract not configured)

Pieces minted
0
Holders
0
Burned
0
Trading

how the rendering works

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.