{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "bytes4",
          "name": "interfaceId",
          "type": "bytes4"
        }
      ],
      "name": "supportsInterface",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "allSourcePaths": {
    "72": "node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol",
    "87": "node_modules/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol",
    "88": "node_modules/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.sol"
  },
  "ast": {
    "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol",
    "exportedSymbols": {
      "AddressUpgradeable": [
        16246
      ],
      "ERC165Upgradeable": [
        26312
      ],
      "IERC165Upgradeable": [
        27269
      ],
      "Initializable": [
        19544
      ]
    },
    "id": 26313,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 26270,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "99:23:87"
      },
      {
        "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.sol",
        "file": "./IERC165Upgradeable.sol",
        "id": 26271,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 26313,
        "sourceUnit": 27270,
        "src": "124:34:87",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol",
        "file": "../../proxy/utils/Initializable.sol",
        "id": 26272,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 26313,
        "sourceUnit": 19545,
        "src": "159:45:87",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": true,
        "baseContracts": [
          {
            "baseName": {
              "id": 26274,
              "name": "Initializable",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 19544,
              "src": "822:13:87"
            },
            "id": 26275,
            "nodeType": "InheritanceSpecifier",
            "src": "822:13:87"
          },
          {
            "baseName": {
              "id": 26276,
              "name": "IERC165Upgradeable",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 27269,
              "src": "837:18:87"
            },
            "id": 26277,
            "nodeType": "InheritanceSpecifier",
            "src": "837:18:87"
          }
        ],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": {
          "id": 26273,
          "nodeType": "StructuredDocumentation",
          "src": "206:576:87",
          "text": " @dev Implementation of the {IERC165} interface.\n Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check\n for the additional interface id that will be supported. For example:\n ```solidity\n function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {\n     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);\n }\n ```\n Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation."
        },
        "fullyImplemented": true,
        "id": 26312,
        "linearizedBaseContracts": [
          26312,
          27269,
          19544
        ],
        "name": "ERC165Upgradeable",
        "nameLocation": "801:17:87",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 26282,
              "nodeType": "Block",
              "src": "913:7:87",
              "statements": []
            },
            "id": 26283,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 26280,
                "kind": "modifierInvocation",
                "modifierName": {
                  "id": 26279,
                  "name": "onlyInitializing",
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 19528,
                  "src": "896:16:87"
                },
                "nodeType": "ModifierInvocation",
                "src": "896:16:87"
              }
            ],
            "name": "__ERC165_init",
            "nameLocation": "871:13:87",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 26278,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "884:2:87"
            },
            "returnParameters": {
              "id": 26281,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "913:0:87"
            },
            "scope": 26312,
            "src": "862:58:87",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 26288,
              "nodeType": "Block",
              "src": "987:7:87",
              "statements": []
            },
            "id": 26289,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 26286,
                "kind": "modifierInvocation",
                "modifierName": {
                  "id": 26285,
                  "name": "onlyInitializing",
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 19528,
                  "src": "970:16:87"
                },
                "nodeType": "ModifierInvocation",
                "src": "970:16:87"
              }
            ],
            "name": "__ERC165_init_unchained",
            "nameLocation": "935:23:87",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 26284,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "958:2:87"
            },
            "returnParameters": {
              "id": 26287,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "987:0:87"
            },
            "scope": 26312,
            "src": "926:68:87",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "baseFunctions": [
              27268
            ],
            "body": {
              "id": 26305,
              "nodeType": "Block",
              "src": "1151:75:87",
              "statements": [
                {
                  "expression": {
                    "commonType": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    },
                    "id": 26303,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "id": 26298,
                      "name": "interfaceId",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 26292,
                      "src": "1168:11:87",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes4",
                        "typeString": "bytes4"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "==",
                    "rightExpression": {
                      "expression": {
                        "arguments": [
                          {
                            "id": 26300,
                            "name": "IERC165Upgradeable",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 27269,
                            "src": "1188:18:87",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_IERC165Upgradeable_$27269_$",
                              "typeString": "type(contract IERC165Upgradeable)"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_type$_t_contract$_IERC165Upgradeable_$27269_$",
                              "typeString": "type(contract IERC165Upgradeable)"
                            }
                          ],
                          "id": 26299,
                          "name": "type",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": -27,
                          "src": "1183:4:87",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_metatype_pure$__$returns$__$",
                            "typeString": "function () pure"
                          }
                        },
                        "id": 26301,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "1183:24:87",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_magic_meta_type_t_contract$_IERC165Upgradeable_$27269",
                          "typeString": "type(contract IERC165Upgradeable)"
                        }
                      },
                      "id": 26302,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "memberName": "interfaceId",
                      "nodeType": "MemberAccess",
                      "src": "1183:36:87",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes4",
                        "typeString": "bytes4"
                      }
                    },
                    "src": "1168:51:87",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 26297,
                  "id": 26304,
                  "nodeType": "Return",
                  "src": "1161:58:87"
                }
              ]
            },
            "documentation": {
              "id": 26290,
              "nodeType": "StructuredDocumentation",
              "src": "999:56:87",
              "text": " @dev See {IERC165-supportsInterface}."
            },
            "functionSelector": "01ffc9a7",
            "id": 26306,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "supportsInterface",
            "nameLocation": "1069:17:87",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 26294,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "1127:8:87"
            },
            "parameters": {
              "id": 26293,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26292,
                  "mutability": "mutable",
                  "name": "interfaceId",
                  "nameLocation": "1094:11:87",
                  "nodeType": "VariableDeclaration",
                  "scope": 26306,
                  "src": "1087:18:87",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 26291,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "1087:6:87",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1086:20:87"
            },
            "returnParameters": {
              "id": 26297,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26296,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 26306,
                  "src": "1145:4:87",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 26295,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "1145:4:87",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1144:6:87"
            },
            "scope": 26312,
            "src": "1060:166:87",
            "stateMutability": "view",
            "virtual": true,
            "visibility": "public"
          },
          {
            "constant": false,
            "documentation": {
              "id": 26307,
              "nodeType": "StructuredDocumentation",
              "src": "1232:254:87",
              "text": " @dev This empty reserved space is put in place to allow future versions to add new\n variables without shifting down storage in the inheritance chain.\n See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"
            },
            "id": 26311,
            "mutability": "mutable",
            "name": "__gap",
            "nameLocation": "1511:5:87",
            "nodeType": "VariableDeclaration",
            "scope": 26312,
            "src": "1491:25:87",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_uint256_$50_storage",
              "typeString": "uint256[50]"
            },
            "typeName": {
              "baseType": {
                "id": 26308,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "1491:7:87",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "id": 26310,
              "length": {
                "hexValue": "3530",
                "id": 26309,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "1499:2:87",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_50_by_1",
                  "typeString": "int_const 50"
                },
                "value": "50"
              },
              "nodeType": "ArrayTypeName",
              "src": "1491:11:87",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_uint256_$50_storage_ptr",
                "typeString": "uint256[50]"
              }
            },
            "visibility": "private"
          }
        ],
        "scope": 26313,
        "src": "783:736:87",
        "usedErrors": []
      }
    ],
    "src": "99:1421:87"
  },
  "bytecode": "",
  "bytecodeSha1": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.6+commit.11564f7e"
  },
  "contractName": "ERC165Upgradeable",
  "coverageMap": {
    "branches": {},
    "statements": {}
  },
  "dependencies": [
    "IERC165Upgradeable",
    "Initializable"
  ],
  "deployedBytecode": "",
  "deployedSourceMap": "",
  "language": "Solidity",
  "natspec": {
    "details": "Implementation of the {IERC165} interface. Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check for the additional interface id that will be supported. For example: ```solidity function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId); } ``` Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.",
    "kind": "dev",
    "methods": {
      "supportsInterface(bytes4)": {
        "details": "See {IERC165-supportsInterface}."
      }
    },
    "stateVariables": {
      "__gap": {
        "details": "This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"
      }
    },
    "version": 1
  },
  "offset": [
    783,
    1519
  ],
  "opcodes": "",
  "pcMap": {},
  "sha1": "a8e5448e02aa0afa726f2a39ba33e77ec7a04087",
  "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)\n\npragma solidity ^0.8.0;\n\nimport \"./IERC165Upgradeable.sol\";\nimport \"../../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Implementation of the {IERC165} interface.\n *\n * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check\n * for the additional interface id that will be supported. For example:\n *\n * ```solidity\n * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {\n *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);\n * }\n * ```\n *\n * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.\n */\nabstract contract ERC165Upgradeable is Initializable, IERC165Upgradeable {\n    function __ERC165_init() internal onlyInitializing {\n    }\n\n    function __ERC165_init_unchained() internal onlyInitializing {\n    }\n    /**\n     * @dev See {IERC165-supportsInterface}.\n     */\n    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {\n        return interfaceId == type(IERC165Upgradeable).interfaceId;\n    }\n\n    /**\n     * @dev This empty reserved space is put in place to allow future versions to add new\n     * variables without shifting down storage in the inheritance chain.\n     * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\n     */\n    uint256[50] private __gap;\n}\n",
  "sourceMap": "",
  "sourcePath": "node_modules/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol",
  "type": "contract"
}