STORE
This module allows holders to make requests to upgrade their NFTs and populate their token slots. Currently this module consists of two contracts:
Contains the logic for handling requests made in the store.
Contains the historical data for requests made.
Why split these contracts?
This decoupling of logic and (historical) data allows us to safely adapt the code for the logic without affecting or potentially losing user's historical data.
Last updated