📝Robust NFT Standard

Our NFT standard has everything you need to build complex use cases on top of your digital assets.

Deployed on Testnet: Our contract is deployed on testnet and still has not been audited.

🔌 Functionality

Our NFT contract has the following functionalities. We are designing functionality to be modular, that is key functionality is not required.

Not required functionality is denoted as italicized.

FunctionalityDescription

🖼️ NFT

Unique digital asset

🔥 Burn

NFT can be discarded

🔔 Events

Events emit a view function for others to understand changes that have happened regarding a NFT without constantly spending resources indexing a NFT checking for changes. This combined with flags can optimize an NFT indexer significantly by understand the nature of a NFT and optimizing for the type of behaviors that can be emitted.

⿵ Metadata

Metadata describes the accompanying information about a NFT usually pinned on a decentralized storage solution like Arweave or IPFS

⛳️ Flags

Flags are attributes that represent values that allow indexers to understand the behavior of an NFT before spending extra bandwidth actually looking inside of a NFT's metadata. Examples of flags include, Rich Media, Dynamic, Non Transferability, Storage, Open/Closed

🧩 Composability

NFTs defined as "pieces" that can be rendered into a bigger "whole" set metadata render type. For more on composability.

📚 Collection Mint

Minting a group of associated NFTs as opposed to a standalone 1 of 1

📥Unlockable Content

A NFT that select metadata content will be unlocked once. Displayed whether NFT has been "opened" and emits event when opened.

🪪 Update Authority

Whether NFT(s) can be updated and who can update them. Excluding update authority means NFT cannot be recovered or changed.

🔐 Soul Bound

Soul bound

🥚 Evolution / Devolution

New NFTs, with cardinality 1 to 1, instead of pieces-> whole and whole to pieces as defined in composability. Instead of dynamic NFT this is new tokens.

🏠 Renting

Allowing a NFT to have a use with an expiry date.

Learn More About All Functionality Here

🧩Composability🔐Soul Bound🔔Events🏁Flags👮Update Authority🔓Unlockable Content📂Collection Mint🏚️Renting

Source Code

📔Source Code

Last updated