Rarible · Schema

EthErc20AssetType

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
contract object
View JSON Schema on GitHub

JSON Schema

EthErc20AssetType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EthErc20AssetType",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "ERC20"
      ]
    },
    "contract": {
      "$ref": "#/components/schemas/ContractAddress"
    }
  },
  "required": [
    "@type",
    "contract"
  ]
}