Everything confirmed about Void Runners so far — rarity math, mint status, wallet connect, and the contract this collection will run on.
Void Runners is a 10,000-pilot generative NFT collection for an anti-grav racing league. Every pilot mints with a unique call sign, a rarity tier, and stats (Speed / Armor / Boost) drawn from that tier.
This site is currently a working preview. The gallery, rarity odds, and name generator you see are the real logic the collection will use — but wallet connect and minting are not wired to a live contract yet.
No contract is deployed to mainnet yet. Nothing on this site currently costs real funds to interact with.
Rarity is rolled once, at mint, and is final. It is not decided by the contract on-chain — it's baked into each pilot's metadata before mint (see Smart contract section below for why).
| Tier | Odds | Supply |
|---|---|---|
| Common | 60% | 6,000 |
| Rare | 25% | 2,500 |
| Epic | 10% | 1,000 |
| Legendary | 4% | 400 |
| Mythic | 1% | 100 |
Stats scale with tier: higher tiers start with a higher base Speed / Armor / Boost, with some randomness layered on top so no two pilots in the same tier are identical.
| Mint price | TBD |
| Max per wallet | TBD |
| Mint chain | TBD |
| Mint date | TBD |
Price and wallet limits shown elsewhere on the site are placeholders until these are locked. The contract scaffold currently defaults to 0.08 ETH and a 3-per-wallet cap as a starting point for testing — neither is a commitment. Final numbers will be announced in Discord and reflected here before mint opens.
Not live yet
The "Connect wallet" button on the mint section is currently a placeholder — clicking it shows a status message instead of opening a real wallet prompt. This is intentional: there is no deployed contract to connect to yet, and a button that pretends to work would be misleading.
mint(quantity) function directly from the page.This will be switched on once a contract is deployed and verified — see the next section.
| Standard | ERC-721 |
| Contract address | TBD — not deployed to mainnet |
| Max supply | 10,000 |
| Rarity source | Off-chain metadata, fixed pre-mint |
Rarity and stats are generated before mint and stored in each token's metadata file, rather than rolled on-chain. This is the common approach for collections this size — it avoids the gas cost and known fairness issues of on-chain randomness. The mapping from token ID to metadata is locked in before the contract goes live.
The contract source, deploy scripts, and metadata generator are maintained alongside this site and will be linked here once verified on Etherscan.
Full detail on the site's roadmap section. Short version:
See the FAQ section on the main site for quick answers on rarity, stats, and current contract status.