Multi tokens (ERC-1155) name and symbol

Modified on Wed, 30 Nov 2022 at 04:21 PM

name are symbol found in the ERC-20 and ERC-721 standards were removed from ERC-1155 by definition.


Name

The name function (for human-readable asset names, on-chain) was removed from the standard to allow the Metadata JSON to be the definitive asset name and reduce duplication of data. 


Symbol

The symbol function was not included since creators did not believe this is a globally useful piece of data to identify a generic virtual item/asset and are also prone to collisions. Short-hand symbols are used in tickers and currency trading, but they aren’t as useful outside of that space.


Find additional information in the following link.


Good to know


To get name are symbol, you need to deploy and use your own smart contract via the following endpoint.


The mentioned endpoint contains the parameter uri on which you will be able to enter an IPFS URL from an uploaded *.json file in the same way you would do when minting an ERC-712 NFT.


Example:

//Endpoint: /v3/multitoken/deploy, where:

"uri": "https://bafkreiebg3ugqtumak2ueyf2j2sbggt47hxjvbozkxbgyssebufmbgp3fa",


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article