Wiki/Crypto/Smart Contracts FAQ
Smart Contracts FAQ
crypto
Overview
Frequently asked questions about Spider Verum's smart contracts, security, and on-chain architecture.
Contract Overview
Spider Verum uses six core smart contracts:
| Contract | Purpose | Standard |
|---|---|---|
| VerumToken | $VERUM currency | ERC-20 Token |
| SpiderNFT | Spider characters | ERC-721 |
| EquipmentNFT | Weapons & armor | ERC-721 |
| CosmeticItems | Cosmetics & consumables | ERC-1155 |
| Marketplace | Trading engine | Custom |
| AuctionHouse | Bidding system | Custom |
FAQ
Common questions about our smart contracts:
- ▸Are contracts audited? — Yes, by reputable security firms before mainnet deployment
- ▸Are contracts open-source? — Yes, all contracts are verified on Etherscan
- ▸Can contracts be upgraded? — Yes, through proxy patterns without affecting user assets
- ▸What happens if a contract has a bug? — Emergency pause functionality + timelock governance
- ▸Where can I verify contracts? — Links will be published on our docs and Etherscan