Contracts are used to represent all the assets in a single contract address and help users group assets.
Field | Description | Type |
---|---|---|
contract_address | hex string contract address | hex string |
name | name of the contract from metadata | string, null |
symbol | symbol of the contract from metadata | string, null |
schema | the schema of the contract | ERC721 or ERC1155 |
name_custom | custom name of the contract | string, null |
image_url | image URL of the contract | string, null |
banner_image_url | banner image URL of the contract | string, null |