META64

Testing phase

This module, while fundamentally being done, is still being tested by us. We will hold back with deploying the contract(s) as to not scatter the focus and rush into the next phase too soon.


The Base64 metadata extension for the NFT (ERC721) contract. The contracts in this module will upgrade important NFT functions like tokenURI and slotURI to step into the most dynamic phase of the project (see Dynamic URI).

We separated this module from the NFT contract so that we can upgrade and expand the behavior of our Base64 metadata without having to worry about breaking core mechanics and having to redeploy and migrate.

is the main Meta64 contract and contains most of the functions to have a simple variant of the Meta64 URI.

Click to learn more about the Base64 metadata contract.

This contract can be connected to ZkRoninsMeta64.sol to alter the return value of the eventual token URI. This to create more advanced logic for Meta64.

Click to learn more about the advanced Base64 metadata contract.

Last updated