ERC 721

ERC721 ISSUE plugin allows users to issue NFTs of ERC721 category with different functions through simple configuration. Each number of this category is an independent NFT, and NFTs can be issued by simply uploading media files, which simplifies the process of issuing coins.

Issuing Token

When issuing ERC72 1, some configurations are supported according to the different minting functions of NFT

ICON: ICON refers to the series ICON of the whole ERC721 series, which is different from the ICON in actual numbering

Snapshot settings: you can choose snapshot coins or non-snapshot coins, non-snapshot coins of the ERC721 can not be used as governance tokens

Self-incremented ID minting configuration: if you support self-incremented ID minting, it will be automatically minted during the minting process, if you want to use it in the rules, this must be configured to allow it

Designated ID casting configuration: used for the project side of the top of the special ID attribution configuration, such as the issue of 10000, to first give the project side of the casting of the 8001-10000 number when used

Issue cap: cap: represents the total maximum number of tokens that can be produced, only in the pre-mining mode, the cap defaults to the same number of pre-mining, and cannot be configured

No Limit: represents no limit of tokens, only the pre-mine tokens cannot be set.

Destruction Configuration: Same as ERC20, whether to support the destruction of tokens (the default address is the destruction address, the tokens can not be transferred to this address by default, if open for destruction, it means that the tokens can be transferred to this address on behalf of the destruction)

Suspend configuration: same as ERC20, whether to support the suspension of the contract (support for suspension can manage the deactivation of the Token transfer function, do not support the deactivation of the transfer is not possible)

Admin Management

Basic Information: View basic information and holding status for each number of the current NFT.

Pickup NFT: Users with casting rights can cast specific numbered NFTs to target users (requires support at time of release)

Casting NFT: sequential casting to top users (release time support required)

Upload NFT: Upload NFT specific information, configurable name (additional display name), image, description background color (for uploading transparent images) links (for jumping), etc., for the display of NFT

Permission Management

You can configure the Admin, Mint, Destroy and Suspend rights of tokens to the target user.

Admin: Admin rights, able to assign token management rights (add or revoke other rights)

Minter: Minting rights, able to mint tokens

Burner: Destruction rights, can destroy mintable tokens

Puuser: Suspend rights, can suspend the token contract, make the token contract temporarily invalid, Mint, transfer and so on are not available

Last updated