{
  "abi": [
    {
      "inputs": [],
      "name": "getAddress",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "allSourcePaths": {
    "63": "node_modules/@chainlink/contracts/src/v0.8/interfaces/PointerInterface.sol"
  },
  "ast": {
    "absolutePath": "node_modules/@chainlink/contracts/src/v0.8/interfaces/PointerInterface.sol",
    "exportedSymbols": {
      "PointerInterface": [
        19809
      ]
    },
    "id": 19810,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 19803,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "32:23:63"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "id": 19809,
        "linearizedBaseContracts": [
          19809
        ],
        "name": "PointerInterface",
        "nameLocation": "67:16:63",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "functionSelector": "38cc4831",
            "id": 19808,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "getAddress",
            "nameLocation": "100:10:63",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 19804,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "110:2:63"
            },
            "returnParameters": {
              "id": 19807,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 19806,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 19808,
                  "src": "155:7:63",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 19805,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "155:7:63",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "147:21:63"
            },
            "scope": 19809,
            "src": "91:78:63",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 19810,
        "src": "57:114:63",
        "usedErrors": []
      }
    ],
    "src": "32:140:63"
  },
  "bytecode": "",
  "bytecodeSha1": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.6+commit.11564f7e"
  },
  "contractName": "PointerInterface",
  "coverageMap": {
    "branches": {},
    "statements": {}
  },
  "dependencies": [],
  "deployedBytecode": "",
  "deployedSourceMap": "",
  "language": "Solidity",
  "natspec": {
    "kind": "dev",
    "methods": {},
    "version": 1
  },
  "offset": [
    57,
    171
  ],
  "opcodes": "",
  "pcMap": {},
  "sha1": "ba70e05355b922151801d05e22ca4f112677f8e8",
  "source": "// SPDX-License-Identifier: MIT\npragma solidity ^0.8.0;\n\ninterface PointerInterface {\n  \n  function getAddress()\n    external\n    view\n    returns (\n      address\n    );\n}\n",
  "sourceMap": "",
  "sourcePath": "node_modules/@chainlink/contracts/src/v0.8/interfaces/PointerInterface.sol",
  "type": "interface"
}