🔬
Mobile games toolset for F2P and P2E merge
  • General Intro
  • 🔑CONTRACTS
    • Generic item operations
    • Reward Pool with operations
    • Referral Code NFT (rNFT) with operations
  • 📖DOC
    • contract_clients
    • principals
    • messasge signing
    • staging env
  • 🌟EXAMPLES
    • admin
    • faucet
Powered by GitBook
On this page
  1. CONTRACTS

Generic item operations

PreviousCONTRACTSNextReward Pool with operations

Last updated 2 years ago

  • purchase with funds transfer to reward pool contract to stake&earn,

  • upgrade with new NFT minting,

  • mint with royalties burned in the contract,

  • mint with expiration date.

  • stake with expiration date,

  • unstake,

  • auto-unstake when expired,

  • upgrade with auto new NFT mint.

The latest version available

(The content of the page is available for logged-in GitHub users)

🔑
creature-racer-nft.clar
here