Skip to main content

Contract Addresses

Every Wildoria contract that's currently deployed, with the address and a direct Snowtrace link so you can verify the live state and inspect every transaction yourself.

Beta on Avalanche Fuji testnet

All addresses below are on Avalanche Fuji testnet (chain ID 43113). Test-WLD has no monetary value. When mainnet launches the contracts will be redeployed at fresh addresses on Avalanche C-chain mainnet (chain ID 43114) - this page will be updated and a clear migration announcement will be published.

Don't send real funds to any address on this page.

Network at a glance

FieldValue
NetworkAvalanche Fuji (testnet)
Chain ID43113
Block explorertestnet.snowtrace.io
Public RPChttps://api.avax-test.network/ext/bc/C/rpc
Public WebSocketwss://api.avax-test.network/ext/bc/C/ws
Faucet (free test AVAX)core.app/tools/testnet-faucet

WLD Token

The capped premium currency that powers the in-game economy. See the WLD page for what it does.

Address0xf16da933b52efbfb701150a2202f0593a38cbcb8
StandardERC-20
SymbolWLD
Decimals18
Hard cap1 000 000 000 WLD

Reserve Vault

The on-chain vault that holds the WLD backing every player's in-app balance, plus handles deposits and withdrawals. See the Reserve Vault page.

Address0x614434cf76fc2d82103679cbdfac437adef56bf8
HoldsWLD only
PausableYes (emergency stop)
Withdrawal modelOne-time, expiring authorization per withdrawal

Character NFT

ERC-721 ownership for sealed characters. See the Character NFT page.

Address0xc69291b8863faa808ba5c4c4e1135bc0cd280a64
StandardERC-721
Token name / symbolWildoria Character / WLDC
One token per characterYes - duplicates are blocked at the contract level

Item NFT

ERC-721 ownership for sealed individual items. See the Item NFT page.

Address0x40fcb9d9beb92ac359a9f53960ba7cb02db83eff
StandardERC-721
Token name / symbolWildoria Item / WLDI
One token per item instanceYes

Stackable Game Items

The contract for stackable / consumable items - potions, ingredients, ammo, materials. Uses ERC-1155 because you carry these in stacks of dozens or hundreds.

Address0xb2e7c6c78c2c75116fcd618a8be16ecf05af428f
StandardERC-1155
Asset definitionEach asset type defined up-front, with optional max-supply caps

Marketplace

Player-to-player trading, settled in WLD. See the Marketplace page.

Address0x4b0cbd106dc984406368efdd598a6e63c4c95ce5
Settles inWLD only (hard-wired)
Custody modelNon-custodial
PausableYes

Governance

WLD-weighted on-chain voting with a 2-day safety window between approval and execution. See the Governance page.

Governor

Address0x5c3774d6d6b9cd08d0247a2daed206b7f7a7fb1f
Voting power sourceWLD (delegated balance)

Timelock

Address0xf82862f5490c2fa7ddc69512626b9ed7fe22b82e
Min delay before execution2 days

Claim Verifier

A shared helper used to verify Wildoria-issued claim approvals (reward drops, achievement claims, etc.). Doesn't move funds itself - it just verifies signatures so other contracts can rely on a single canonical implementation.

Address0xb8821bf2a2cf642202ac99b1e49588f3932aebc6

How to verify any contract

For any address above:

  1. Open the Snowtrace link. You'll land on the contract page.
  2. "Read Contract" tab to query live state without sending a transaction (balances, owners, paused state, etc.).
  3. "Events" tab to see every emitted event ever, in real time.
  4. "Transactions" tab for the full call history.
  5. "Code" tab for the verified source code.

Anything unexpected shows up there before we know about it. That's the whole point of running this on a public chain.

Mainnet (when it launches)

This page will be updated with mainnet addresses on Avalanche C-chain (43114) at launch. Until then:

  • Don't send real funds to any address on this page - they're testnet contracts.
  • Mainnet launch will be announced via official channels with the new addresses, the migration plan, and the audit report link.