Comment on page
ERC 1155
What are ERC-1155 tokens?
- ERC-1155 tokens were developed by Enjin.
- It is a way of creating both
fungible
(currencies) andnon-fungible
- i.e. digital cards, pets and in-game skins assets.
- They can be used to represent assets or items across Enjin’s ecosystem of blockchain games.
- So one asset can be used in multiple games.
- 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.
- ERC-1155 is a digital token standard created by Enjin that can used to create both fungible (currencies) and non-fungible (digital cards, pets and in-game skins) assets on the Ethereum Network.
- ERC-1155 a new way of creating tokens that allow for more efficient trades and bundling of transactions – thus saving costs.
- This token standard allows for the creation of both utility tokens (such as $BNB or $BAT) and also Non-Fungible Tokens like CryptoKitties.
- ERC-1155 includes optimizations that allow for more efficient and safer transactions. Transactions could be bundled together – thus reducing the cost of transferring tokens.
Last modified 5mo ago