{
  "abi": [
    {
      "inputs": [],
      "name": "implementation",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "allSourcePaths": {
    "71": "node_modules/@openzeppelin/contracts-upgradeable/proxy/beacon/IBeaconUpgradeable.sol"
  },
  "ast": {
    "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/proxy/beacon/IBeaconUpgradeable.sol",
    "exportedSymbols": {
      "IBeaconUpgradeable": [
        27579
      ]
    },
    "id": 27580,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 27571,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "93:23:71"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": {
          "id": 27572,
          "nodeType": "StructuredDocumentation",
          "src": "118:79:71",
          "text": " @dev This is the interface that {BeaconProxy} expects of its beacon."
        },
        "fullyImplemented": false,
        "id": 27579,
        "linearizedBaseContracts": [
          27579
        ],
        "name": "IBeaconUpgradeable",
        "nameLocation": "208:18:71",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "documentation": {
              "id": 27573,
              "nodeType": "StructuredDocumentation",
              "src": "233:162:71",
              "text": " @dev Must return an address that can be used as a delegate call target.\n {BeaconProxy} will check that this address is a contract."
            },
            "functionSelector": "5c60da1b",
            "id": 27578,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "implementation",
            "nameLocation": "409:14:71",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 27574,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "423:2:71"
            },
            "returnParameters": {
              "id": 27577,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 27576,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 27578,
                  "src": "449:7:71",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 27575,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "449:7:71",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "448:9:71"
            },
            "scope": 27579,
            "src": "400:58:71",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 27580,
        "src": "198:262:71",
        "usedErrors": []
      }
    ],
    "src": "93:368:71"
  },
  "bytecode": "",
  "bytecodeSha1": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.6+commit.11564f7e"
  },
  "contractName": "IBeaconUpgradeable",
  "coverageMap": {
    "branches": {},
    "statements": {}
  },
  "dependencies": [],
  "deployedBytecode": "",
  "deployedSourceMap": "",
  "language": "Solidity",
  "natspec": {
    "details": "This is the interface that {BeaconProxy} expects of its beacon.",
    "kind": "dev",
    "methods": {
      "implementation()": {
        "details": "Must return an address that can be used as a delegate call target. {BeaconProxy} will check that this address is a contract."
      }
    },
    "version": 1
  },
  "offset": [
    198,
    460
  ],
  "opcodes": "",
  "pcMap": {},
  "sha1": "c445b47a51bae223cbf7b47829e4d93f77a3e815",
  "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (proxy/beacon/IBeacon.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @dev This is the interface that {BeaconProxy} expects of its beacon.\n */\ninterface IBeaconUpgradeable {\n    /**\n     * @dev Must return an address that can be used as a delegate call target.\n     *\n     * {BeaconProxy} will check that this address is a contract.\n     */\n    function implementation() external view returns (address);\n}\n",
  "sourceMap": "",
  "sourcePath": "node_modules/@openzeppelin/contracts-upgradeable/proxy/beacon/IBeaconUpgradeable.sol",
  "type": "interface"
}