STORE

This module allows holders to make requests to upgrade their NFTs and populate their token slots. Currently this module consists of two contracts:

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