ERC-1155 is a standard that succeeded the creation of ERC-20 and ERC-721, seeking to integrate in a single smart contract the benefits of both fungible and non-fungible tokens, or even semi-fungible tokens.
The IKASUMI smart contract is an implementation of the Yuzu Smart Contract plus some extra Marketplace and advanced features.
Note that in order to properly interact with a Ikasumi Smart Contract, you must set a Moralis API key in the WP Smart Contracts settings.
Standard Features
This is the ERC-1155 Multi Token NFT implementation with items with multiple quantities
A single deployed contract may include any combination of fungible tokens and/or non-fungible tokens
Non Fungible Tokens (NFT) are ownable by multiple users
Accounts owning an item can transfer them to any other account
Depending on the setting only contract owners or anyone can mint new NFT items
The metadata extension includes name, symbol and a TokenURI with all the attributes of the NFT
You can add images or videos as NFTs
Include tags and categories
Advanced Features
This contract has the ability to create multiple items in one transaction
Owners of NFT can sell their tokens in the Marketplace, and any interested user can buy
A predefined percentage goes to creators on every sale
The payments are done with a predefined token defined by the smart contract creator. Only one token is allowed.
Learn more about all available networks
Read more