ERC 1155

ERC1155 ISSUE plugin allows users to issue different functions of ERC1155 class NFT through simple configuration, such NFT each number can be split, it can be simply understood that each number of 1155 is an ERC20 token, this plugin can optimize the NFT issuance process, to achieve the no-code issuance of coins.

Issuing Token

When issuing ERC1155, according to the different minting functions of NFT, it supports some configurations, ERC1155 is detachable within each ID, and supports issuing different numbers of Token for each ID.

ICON: 1155 the entire series of ICON, different from the actual each number.

Snapshot Settings: you can choose snapshot coins or non-snapshot coins, non-snapshot coins of ERC1155 can not be used as governance tokens

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

Issue cap: cap: represents the maximum amount of tokens that can be produced in total, only in the pre-mining mode the cap is defaulted to be the same as the pre-mining amount 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.

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

Upload NFT: Upload NFT specific information, configurable name (additional display name), image, description, background color (for uploading transparent images), link (for jumping), etc., for the display of the 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

Puuser: Suspend rights, can suspend the token contract, make the token contract temporarily invalid, Mint, transfer, etc. are not available

Last updated