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.
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
| Field | Value |
|---|---|
| Network | Avalanche Fuji (testnet) |
| Chain ID | 43113 |
| Block explorer | testnet.snowtrace.io |
| Public RPC | https://api.avax-test.network/ext/bc/C/rpc |
| Public WebSocket | wss://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.
| Address | 0xf16da933b52efbfb701150a2202f0593a38cbcb8 |
| Standard | ERC-20 |
| Symbol | WLD |
| Decimals | 18 |
| Hard cap | 1 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.
| Address | 0x614434cf76fc2d82103679cbdfac437adef56bf8 |
| Holds | WLD only |
| Pausable | Yes (emergency stop) |
| Withdrawal model | One-time, expiring authorization per withdrawal |
Character NFT
ERC-721 ownership for sealed characters. See the Character NFT page.
| Address | 0xc69291b8863faa808ba5c4c4e1135bc0cd280a64 |
| Standard | ERC-721 |
| Token name / symbol | Wildoria Character / WLDC |
| One token per character | Yes - duplicates are blocked at the contract level |
Item NFT
ERC-721 ownership for sealed individual items. See the Item NFT page.
| Address | 0x40fcb9d9beb92ac359a9f53960ba7cb02db83eff |
| Standard | ERC-721 |
| Token name / symbol | Wildoria Item / WLDI |
| One token per item instance | Yes |
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.
| Address | 0xb2e7c6c78c2c75116fcd618a8be16ecf05af428f |
| Standard | ERC-1155 |
| Asset definition | Each asset type defined up-front, with optional max-supply caps |
Marketplace
Player-to-player trading, settled in WLD. See the Marketplace page.
| Address | 0x4b0cbd106dc984406368efdd598a6e63c4c95ce5 |
| Settles in | WLD only (hard-wired) |
| Custody model | Non-custodial |
| Pausable | Yes |
Governance
WLD-weighted on-chain voting with a 2-day safety window between approval and execution. See the Governance page.
Governor
| Address | 0x5c3774d6d6b9cd08d0247a2daed206b7f7a7fb1f |
| Voting power source | WLD (delegated balance) |
Timelock
| Address | 0xf82862f5490c2fa7ddc69512626b9ed7fe22b82e |
| Min delay before execution | 2 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.
| Address | 0xb8821bf2a2cf642202ac99b1e49588f3932aebc6 |
How to verify any contract
For any address above:
- Open the Snowtrace link. You'll land on the contract page.
- "Read Contract" tab to query live state without sending a transaction (balances, owners, paused state, etc.).
- "Events" tab to see every emitted event ever, in real time.
- "Transactions" tab for the full call history.
- "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.