zkRonins Docs
Visit our website
  • zkRonins Docs
  • NFT
    • Overview
    • Metadata
      • Biography
      • Rarity
      • Style
    • Dynamic
      • URI
      • HTML
      • Upgradability
  • Synergy
    • Concept
      • Art Commissions
      • Royalty Collector
      • Token Slots
  • Discover
    • Overview
    • 1. Wallet
    • 2. zkSync
    • 3. Funding
      • 3.1. Buy via Ramp (Recommended)
      • 3.2. Buy via MetaMask
      • 3.3. Deposit via a Central Exchange
    • 4. Bridge (Optional)
    • 5. Mint
  • Contracts
    • Overview
    • Code of Conduct
    • Modules
      • NFT (ERC721)
        • ZkRoninsNft.sol
        • ZkRoninsMeta.sol
      • META64
        • ZkRoninsMeta64.sol
        • ZkRoninsMeta64X.sol
      • STORE
        • UpgradeHandler.sol
        • DataHandler.sol
  • Connect
    • Links
    • zkSync
    • zkMarkets
  • Back to zkRonins
Powered by GitBook
On this page

Was this helpful?

  1. Contracts
  2. Modules
  3. STORE

UpgradeHandler.sol

Work in progress

This contract has not been deployed nor documented fully yet as it is still a work in progress.


The Upgrade Handler for the STORE module. This contract functions as the logic for the handling of requests. We separate this from the data to allow ourselves to upgrade this contract without losing important data.

Ideas like making changes to the visual appearance of your NFT, requesting digitally hand-colored versions, upgrading to new rarities, opening art commissions, adapting storylines and requesting additional NFT Slots are some of the many possibilities worth exploring.

PreviousSTORENextDataHandler.sol

Last updated 1 year ago

Was this helpful?