People are paying premiums for low serial numbers on Off The Grid items, believing they mark the earliest mints and are locked to the blockchain. Neither is true. Here is one item, pulled apart, so you can see exactly why — and what to check instead.
The serial number is a field in Gunzilla's database, served from their web server. The mint number is a position in GunzChain's transaction history. Only one of those two things is on the blockchain, and it isn't the one being priced.
An Epic SMG on the Game Item contract. Its metadata carries "Serial Number": "0" — and it is the only Tacoma Pioneer of 369 that does. A zero-serial, one of one. It reads like the genesis piece. So let's ask the chain.
The first one ever made. Unique across the whole item — no other Tacoma Pioneer carries a zero. Served to every wallet, marketplace and explorer that renders this token.
The most recent Tacoma Pioneer ever minted. Not the first — the last. It arrived roughly ten months after mint #368, alone, long after the item's main run had finished.
This isn't one odd token. I pulled the serial for every Tacoma Pioneer in true chain-mint order. There is no correlation at all — and the serials run higher than the item's entire mint count, which is impossible for anything that's actually counting mints.
| Chain mint | Token ID | Serial | Reading |
|---|---|---|---|
| #1 | 549 | 347 | The genuine first mint carries a mid-range serial |
| #2 | 1391 | 10 | |
| #3 | 1829 | 9 | Serial goes down as mint order goes up |
| #4 | 2174 | 94 | |
| #101 | 1054139 | 247 | |
| #301 | 4489077 | 551 | Serial 551 on an item with 369 mints on chain — see the note below |
| #368 | 6914171 | 225 | |
| #369 | 38684952 | 0 | The last mint holds the “first” serial |
Tacoma Pioneer could almost be dismissed as one weird token. So here is Sack the Ripper #1 — 240 lifetime mints — which starts out looking like an honest counter and then falls apart completely.
| Chain mint | Token ID | Serial | Reading |
|---|---|---|---|
| #1 | 12536090 | 00000001 | Starts honest — which is exactly what makes it convincing |
| #19 | 12553913 | 00000021 | Already drifted by two |
| #20 | 12557264 | 00000023 | Serial 00000022 not yet on chain |
| #100 | 12631210 | 00000107 | Drift widening |
| #232 | 18315806 | 00000250 | Serial 250 on an item with 240 mints on chain |
| #233 | 18319785 | IRE5GA8Y | Stops being a number at all |
| #235 | 18368787 | ZF70KAFM | |
| #240 | 46439012 | 00000022 | The skipped low serial — handed to the final mint, 221 mints later |
And this scales. RIPPER has 50,047 mints; its last two mints carry the serials 9ZK4JR71 and GGC3I8X1. If your item's “serial number” can be a random alphanumeric string, it is not a mint counter, and it was never meant to be one.
A question from holders on X after this went out: are HEX box contents minted when the box drops, or when you open it? The chain answers that one cleanly. Independence skins from the July 4 event, first minted April 2025, are still minting at roughly a thousand a day as of 30 August 2026. Trick, Treat or Die items from October 2025 minted as recently as 26 August 2026. Boxes mint on open, not on drop.
That explains every strange row above. The serial appears to be assigned when the item is generated, server-side. The mint fires when a player opens the box. Serial 22 was not skipped and reissued — it sat in an unopened box for 221 mints. Serial 551 on an item with 369 mints is not an error — there are more Tacoma Pioneers generated than opened, and the unopened ones have no mint position at all.
Which sharpens the point rather than softening it. Mint position is the order items were opened, ordered on chain and fixed. The serial is the order they were generated, off-chain and editable. Neither tells you who the “early adopter” is. Only one of them can’t be changed after the fact.
This is the part most people get wrong. “It's an NFT, so the traits are on the blockchain.” For Off The Grid game items, they are not. Ask the contract what it knows about token 38684952 and it hands back a link:
That's the whole thing. A URL template — contract address plus token ID. No content hash, no IPFS CID, no traits stored on-chain. The name, the rarity, the image and the serial all live on a server. The chain knows only that the token exists and who holds it.
The metadata endpoint responds cf-cache-status: DYNAMIC with no content hash — it's generated live per request. Change the stored value and every explorer, wallet and marketplace shows the new serial. No transaction, no event, no block. Nothing to audit against.
The Game Item contract is a TransparentUpgradeableProxy (EIP‑1967). Whoever controls the proxy admin can swap the implementation and repoint metadata resolution wholesale. The implementation is not verified on GunzScan, so its write functions aren't publicly inspectable.
This isn't hypothetical. Hacked items change their rarity trait on tokens that were already minted — we hit this while indexing, when a token's burn attributed to a different item variant than its mint. Live metadata mutation is normal here.
Mint position isn't stored anywhere either — it's derived, and that's precisely what makes it trustworthy. Every mint is a Transfer event from the zero address. Order them by the block they landed in, then by their position within that block:
Timestamps alone can't do this — many mints share a block and therefore share a timestamp. logIndex separates them, and (txHash, logIndex) is unique. Rewriting a token's mint position would mean rewriting GunzChain's history. That's the asymmetry worth holding onto:
Serial #0 is a database field. Mint #369 of 369 is a fact.
One can be changed by the issuer at any time, without telling anyone. The other can't be changed by anyone at all.
Where does the token sit in its item's mint chronology — #3 of 240, or #240 of 240? This is the number that survives scrutiny, and it's the one an early-adopter premium is actually supposed to be paying for.
369 lifetime mints is a collectible. 50,047 is a commodity, and mint order stops meaning much at that scale. Check the item's total before treating any position as rare.
Burns matter. Sack the Ripper #1 minted 240 but only 224 are still alive. Lifetime mints tell you the ranking denominator; active supply tells you what's actually competing with you on the market.
Block number, timestamp and the original recipient are all on-chain and all verifiable. An item minted alone, ten months after its main run, is a different asset from one minted in the original drop — even when the serial says otherwise.
A low or zero serial is not evidence of an early mint, is not guaranteed unique, is not guaranteed to stay a number, and is not guaranteed to stay the same value. If a listing's entire premium rests on the serial, the premium rests on a mutable field.
Don't take our word for it — the two claims that matter are both checkable in a browser in under a minute.
Or run both checks at once: Mint Check compares any token's serial against its true chain position — paste a token ID, a GunzScan link, or an OpenSea listing.
GUNZscope's item pages do the second one for you across an item's whole mint history, which is the part that's tedious by hand once an item has a few hundred mints.