Recently Browsing 0
- No registered users viewing this page.
Latest Updated Files
-
Topic Thumbnail
- 1 Purchases
- 0 Comments
-
TMDB EasyPost
- 0 Purchases
- 0 Comments
-
Techmarket - Multi-demo & Electronics Store WooCommerce Theme
- 36 Downloads
- 0 Comments
-
WC Vendors Pro - Marketplace Plugin for WordPress
- 0 Downloads
- 0 Comments
-
Revo - Multipurpose WooCommerce WordPress Theme
- 31 Downloads
- 0 Comments
-
BoxShop - Responsive WooCommerce WordPress Theme
- 11 Downloads
- 0 Comments
-
Bookory - Book Store WooCommerce Theme
- 26 Downloads
- 0 Comments
-
Phlox Pro - Elementor Multi-Purpose WordPress Theme
- 46 Downloads
- 0 Comments
-
Ohio - Creative Portfolio & Agency WordPress Theme By Colabrio
- 103 Downloads
- 3 Comments
-
WoodMart - Multi-purpose WooCommerce Theme By Xtemos
- 165 Downloads
- 0 Comments
-
SecuPress Pro - Premium WordPress Security Plugin
- 2 Downloads
- 0 Comments
-
Stackable - Gutenberg Blocks (Premium)
- 3 Downloads
- 0 Comments
-
Loginizer Security Pro
- 15 Downloads
- 0 Comments
-
Freshio - Organic & Food Store WordPress Theme
- 7 Downloads
- 0 Comments
-
Alone - Charity Multipurpose Non-profit WordPress Theme
- 33 Downloads
- 0 Comments
-
Amely - Fashion Shop WordPress Theme for WooCommerce
- 6 Downloads
- 0 Comments
-
DateBook - Dating WordPress Theme
- 10 Downloads
- 0 Comments
-
FlyingPress - Taking WordPress To New Heights
- 11 Downloads
- 0 Comments
-
External Importer Pro By KeywordRush
- 36 Downloads
- 0 Comments
-
Blocksy Companion (Premium) By CreativeThemes
- 49 Downloads
- 0 Comments
View File
Smart NFT 1155 - Multi-token standard addons
ERC-1155 standard interface for contracts that manage multiple token types. A single deployed contract may include any combination of fungible tokens, non-fungible tokens, or other configurations (e.g. semi-fungible tokens).
Initially, SmartNFT had built-in ERC-721 contract standards but currently, the most popular standard for minting is 1155 in which multiple editions of an NFT can be published.
This standard outlines a smart contract interface that can represent any number of fungible and non-fungible token types. Existing standards such as ERC-20 require the deployment of separate contracts per token type. The ERC-721 standard’s token ID is a single non-fungible index and the group of these non-fungibles is deployed as a single contract with settings for the entire collection. In contrast, the ERC-1155 Multi Token Standard allows for each token ID to represent a new configurable token type, which may have its own metadata, supply and other attributes.