📜
Mavatrix Litepaper
  • 🤩Welcome to the Mavatrix
  • 🎁Enter the Mavatrix, the legend of rewards!
  • ❓How did we start? The first reward-based NFTs on BSC
  • đŸĒ…Reward-based NFTs: the MVTX collection
    • Collectible NFT, with legendary rewards!
    • Reward-based NFT on BSC
    • More than a simple NFT
    • The value of each NFT
    • How it works? The KeeperFee
    • Rewards Assignments
    • MVTX Contract Description
    • Rewards Technology: the Keeper Contract
    • Rewards claiming system
  • 🤑Earn with MVTX NFTs
  • đŸĒ™The MVX Token
    • MVX Rewards technology
    • How to buy the MVX
    • Token ecosystem
    • Trade the MVX Token
  • đŸ‘ī¸â€đŸ—¨ī¸Our vision
    • đŸ•šī¸GameFi ecosystem
    • â­ī¸The future of Mavatrix
  • đŸ•¸ī¸A new website!
  • 🧑‍🤝‍🧑The second NFT Collection: 3D
  • 🎮Mint, Play, earn on the Mavaverse
    • Interested?
    • Minigames on web3
    • GameFi ecosystem
    • The published games
  • 👩‍đŸĢLearn to Earn Academy
  • â™ģī¸Mavatrix entire ecosystem
  • đŸ›Ŗī¸Roadmap
  • 🤝Partners and Results
  • 📰Press
  • 😁Team
  • đŸ›ī¸Legal
Powered by GitBook
On this page
  1. Reward-based NFTs: the MVTX collection

MVTX Contract Description

PreviousRewards AssignmentsNextRewards Technology: the Keeper Contract

Last updated 2 years ago

This contract inherits and extends ERC721 token. We implement an updatable BaseURI in order to (eventually) migrate URI. The token implements also function useful for Ownership management and when the sale will be closed we will call the renounceOwnership() function in order to seal the contract and fully decentralize it.

Core

  • IERC721

  • IERC721 Metadata

  • IERC721 Enumerable

Extensions

Custom made

  • Capped

  • Override BaseURI

  • Mint in batch (up to 10 tokens per transaction)

Minting will be role-based and only one crowdsale contract at a time is allowed to act as minter. It will store logic about the allocation of resources as well as pricing and timing ones (eventually). The owner has a minter role too.

This smart contract interacts also with another smart contract who manages the commissions going to the Rewards Pool and distributed as reflections.

More info in the next page.

đŸĒ…
OpenZeppelin
BEP-721