on-chain proof · Cardano preprod
Proof
on Chain

Every byte of FreeDoom · Episode 1 lives on the Cardano ledger as inline datums — the engine, the WAD, the loader and its manifest. This page lists the mint transaction and all 190 UTXOs that hold the game. Click any of them through to the explorer and verify it yourself.

▶ Play the games ← Back home Mint tx ↗

The NFT · mint transaction

The FreeDoom NFT is a CIP-68 pair. One transaction minted it and produced three outputs:

OutputAddress typeContentsRole
#0 script · immutable (100) reference token · FREEDOOM + 71.9 ADA Carries the game metadata and the loadable manifest. Locked at an always-fails script address, so it can never be spent or altered.
#1 wallet (222) user token · FREEDOOM + 2 ADA The ownership NFT — the one that shows in a wallet and can be transferred.
#2 wallet ~2,524 ADA + 10 unrelated NFTs Change back to the minting wallet. The extra NFTs are pre-existing tokens in that wallet, swept along in the change — not part of FreeDoom.

On-chain game data · every byte lives here

The game is deflate-compressed, sliced into ~14 KB pieces, and each piece stored as an inline datum on its own UTXO. A hash-pinned manifest ties them together. Below is the complete set — every UTXO the loader reads back at play time.

These UTXOs sit at a recoverable (owner-spendable) address, on purpose, so the locked ADA can be reclaimed later. The data is pinned by SHA-256 in the manifest, so integrity holds no matter who serves the bytes. Locking them at a permanent address instead would make the game live on-chain forever.

Manifests

UTXORoleSizeDescribes
loading…

Data chunks

#UTXO (tx hash · index)Size
loading…

How it all connects · dependency graph

Every UTXO above, wired together the way the loader traverses them at play time. The mint transaction produces the CIP-68 pair; the (100) token's loadable field points to the two manifests; each manifest hash-pins its chunks. Drag to pan, scroll to zoom, grab any node to spin the graph. Tap a node to open it on the explorer.

mint tx (100) ref (222) user manifest data chunk
Tap a node to inspect it.
188 chunk nodes · 190 UTXOs — a baked snapshot of Cardano preprod. Nodes link to the transaction on the explorer.

Addresses & tokens · reference