πContract
Basics
Contract variables (seasonal values)
Metadata:
Randomness
Public API
Last updated
The contract is deployed on Arbitrum One
The contract is an implementation of the ERC721Enumerable by Openzeppelin.
Total Mints (per season) : 2'500
Mints per wallet: 25
Character Base Attack: 1000
Character Base Defense: 250
Character Base Weight: 1200
Public Price: 0.0025 ETH
Contract Fee: 0.005 ETH
Total Pod: 5 ETH max.
The metadata of the tokens is stored on-chain. It contains five equipment traits and the aura of the token stored as text. Attack, Defense and Weight of the token is calculated based on the traits and stored as a number.
For the minting as well as the fighting calculation the contract is connected to Chainlink VRF contracts which provides unpredictable randomness. The source of the randomness is fully decentralized and 100% unpredictable.
The contract provides several endpoints to track tokens. The easiest way to interact with the contract is through Arbiscan.io
Last updated