ERC1155 is a novel token standard that aims to take the best from previous standards to create a fungibility-agnostic and gas-efficient token contract. ERC1155 draws ideas from all of ERC20, ERC721, and ERC777.
| Attribute Name | Description |
|---|---|
| collection_address | Contract address of the collection. |
| contract_type | Type of the Collection like TINY721, PSI721 and 1155 |
| token_id | Unique Id of the Asset. |
| number_of_tokens | Number of Tokens Minted. |
| listed_tokens | Number of Tokens that are Listed. |
| meta_data_url | URL that gives access to an Asset Metadata. |
| is_in_auction | Indicates whether the Asset is in auction or not. |
| is_in_sale | Indicates whether the Asset is in sale or not. |
| chain | Chain of the Asset in which it is deployed. |
| transactionhash | Transaction hash of the Asset Minted |
| nft_popularity | Indicates the Popularity of the Asset in Marketplace |
