-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a test version for erc-4973 . #42
Comments
update the contracts docs and functionality @Adityapandey59 . And create a test version for badges upgradation . Like from a variable contributor to a core contributor |
// SPDX-License-Identifier: MIT interface IERC4973Metadata { contract MyNFTContract is ERC721, ERC165 {
} |
This smart contract is an implementation of a non-fungible token (NFT) contract in Solidity. It's designed to manage a collection of NFTs with additional features such as badge systems, leverage power settings, and issuer controls. Here's a breakdown of its main components:
Overall, this contract provides a way to manage and interact with a collection of NFTs, with specific functionalities for badges, leverage power, and issuer controls. The contract defines access restrictions using the |
You can also check out EIP-49731 . [EIP-4973 is an interface for non-transferrable NFTs binding to an Ethereum account like a legendary World of Warcraft item binds to a character] (https://eips.ethereum.org/EIPS/eip-4973). [It is still in the draft phase and the interface is still unstable @Adityapandey59
The text was updated successfully, but these errors were encountered: