{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "bytes4",
          "name": "interfaceId",
          "type": "bytes4"
        }
      ],
      "name": "supportsInterface",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {
    "supportsInterface(bytes4)": "01ffc9a7"
  },
  "ast": {
    "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/introspection/IERC165Upgradeable.sol",
    "id": 23256,
    "exportedSymbols": {
      "IERC165Upgradeable": [
        23255
      ]
    },
    "nodeType": "SourceUnit",
    "src": "33:772:9",
    "nodes": [
      {
        "id": 23245,
        "nodeType": "PragmaDirective",
        "src": "33:31:9",
        "literals": [
          "solidity",
          ">=",
          "0.6",
          ".0",
          "<",
          "0.8",
          ".0"
        ]
      },
      {
        "id": 23255,
        "nodeType": "ContractDefinition",
        "src": "346:458:9",
        "nodes": [
          {
            "id": 23254,
            "nodeType": "FunctionDefinition",
            "src": "726:76:9",
            "documentation": {
              "id": 23247,
              "nodeType": "StructuredDocumentation",
              "src": "381:340:9",
              "text": " @dev Returns true if this contract implements the interface defined by\n `interfaceId`. See the corresponding\n https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]\n to learn more about how these ids are created.\n This function call must use less than 30 000 gas."
            },
            "functionSelector": "01ffc9a7",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "supportsInterface",
            "parameters": {
              "id": 23250,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 23249,
                  "mutability": "mutable",
                  "name": "interfaceId",
                  "nodeType": "VariableDeclaration",
                  "scope": 23254,
                  "src": "753:18:9",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 23248,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "753:6:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "752:20:9"
            },
            "returnParameters": {
              "id": 23253,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 23252,
                  "mutability": "mutable",
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 23254,
                  "src": "796:4:9",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 23251,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "796:4:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "795:6:9"
            },
            "scope": 23255,
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": {
          "id": 23246,
          "nodeType": "StructuredDocumentation",
          "src": "66:279:9",
          "text": " @dev Interface of the ERC165 standard, as defined in the\n https://eips.ethereum.org/EIPS/eip-165[EIP].\n Implementers can declare support of contract interfaces, which can then be\n queried by others ({ERC165Checker}).\n For an implementation, see {ERC165}."
        },
        "fullyImplemented": false,
        "linearizedBaseContracts": [
          23255
        ],
        "name": "IERC165Upgradeable",
        "scope": 23256
      }
    ],
    "license": "MIT"
  },
  "id": 9
}