{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "requestId",
          "type": "bytes32"
        },
        {
          "internalType": "uint256",
          "name": "payment",
          "type": "uint256"
        },
        {
          "internalType": "address",
          "name": "callbackAddress",
          "type": "address"
        },
        {
          "internalType": "bytes4",
          "name": "callbackFunctionId",
          "type": "bytes4"
        },
        {
          "internalType": "uint256",
          "name": "expiration",
          "type": "uint256"
        },
        {
          "internalType": "bytes32",
          "name": "data",
          "type": "bytes32"
        }
      ],
      "name": "fulfillOracleRequest",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "node",
          "type": "address"
        }
      ],
      "name": "isAuthorizedSender",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "recipient",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "withdraw",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "withdrawable",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "allSourcePaths": {
    "62": "node_modules/@chainlink/contracts/src/v0.8/interfaces/OracleInterface.sol"
  },
  "ast": {
    "absolutePath": "node_modules/@chainlink/contracts/src/v0.8/interfaces/OracleInterface.sol",
    "exportedSymbols": {
      "OracleInterface": [
        26469
      ]
    },
    "id": 26470,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 26432,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "32:23:62"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "id": 26469,
        "linearizedBaseContracts": [
          26469
        ],
        "name": "OracleInterface",
        "nameLocation": "67:15:62",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "functionSelector": "4ab0d190",
            "id": 26449,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "fulfillOracleRequest",
            "nameLocation": "96:20:62",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 26445,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26434,
                  "mutability": "mutable",
                  "name": "requestId",
                  "nameLocation": "130:9:62",
                  "nodeType": "VariableDeclaration",
                  "scope": 26449,
                  "src": "122:17:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 26433,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "122:7:62",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26436,
                  "mutability": "mutable",
                  "name": "payment",
                  "nameLocation": "153:7:62",
                  "nodeType": "VariableDeclaration",
                  "scope": 26449,
                  "src": "145:15:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26435,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "145:7:62",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26438,
                  "mutability": "mutable",
                  "name": "callbackAddress",
                  "nameLocation": "174:15:62",
                  "nodeType": "VariableDeclaration",
                  "scope": 26449,
                  "src": "166:23:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 26437,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "166:7:62",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26440,
                  "mutability": "mutable",
                  "name": "callbackFunctionId",
                  "nameLocation": "202:18:62",
                  "nodeType": "VariableDeclaration",
                  "scope": 26449,
                  "src": "195:25:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 26439,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "195:6:62",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26442,
                  "mutability": "mutable",
                  "name": "expiration",
                  "nameLocation": "234:10:62",
                  "nodeType": "VariableDeclaration",
                  "scope": 26449,
                  "src": "226:18:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26441,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "226:7:62",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26444,
                  "mutability": "mutable",
                  "name": "data",
                  "nameLocation": "258:4:62",
                  "nodeType": "VariableDeclaration",
                  "scope": 26449,
                  "src": "250:12:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 26443,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "250:7:62",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "116:150:62"
            },
            "returnParameters": {
              "id": 26448,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26447,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 26449,
                  "src": "300:4:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 26446,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "300:4:62",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "292:18:62"
            },
            "scope": 26469,
            "src": "87:224:62",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "fa00763a",
            "id": 26456,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "isAuthorizedSender",
            "nameLocation": "324:18:62",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 26452,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26451,
                  "mutability": "mutable",
                  "name": "node",
                  "nameLocation": "356:4:62",
                  "nodeType": "VariableDeclaration",
                  "scope": 26456,
                  "src": "348:12:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 26450,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "348:7:62",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "342:22:62"
            },
            "returnParameters": {
              "id": 26455,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26454,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 26456,
                  "src": "407:4:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 26453,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "407:4:62",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "399:18:62"
            },
            "scope": 26469,
            "src": "315:103:62",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "f3fef3a3",
            "id": 26463,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "withdraw",
            "nameLocation": "431:8:62",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 26461,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26458,
                  "mutability": "mutable",
                  "name": "recipient",
                  "nameLocation": "453:9:62",
                  "nodeType": "VariableDeclaration",
                  "scope": 26463,
                  "src": "445:17:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 26457,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "445:7:62",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26460,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "476:6:62",
                  "nodeType": "VariableDeclaration",
                  "scope": 26463,
                  "src": "468:14:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26459,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "468:7:62",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "439:47:62"
            },
            "returnParameters": {
              "id": 26462,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "495:0:62"
            },
            "scope": 26469,
            "src": "422:74:62",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "50188301",
            "id": 26468,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "withdrawable",
            "nameLocation": "509:12:62",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 26464,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "521:2:62"
            },
            "returnParameters": {
              "id": 26467,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26466,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 26468,
                  "src": "566:7:62",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26465,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "566:7:62",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "558:21:62"
            },
            "scope": 26469,
            "src": "500:80:62",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 26470,
        "src": "57:525:62",
        "usedErrors": []
      }
    ],
    "src": "32:551:62"
  },
  "bytecode": "",
  "bytecodeSha1": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.6+commit.11564f7e"
  },
  "contractName": "OracleInterface",
  "coverageMap": {
    "branches": {},
    "statements": {}
  },
  "dependencies": [],
  "deployedBytecode": "",
  "deployedSourceMap": "",
  "language": "Solidity",
  "natspec": {
    "kind": "dev",
    "methods": {},
    "version": 1
  },
  "offset": [
    57,
    582
  ],
  "opcodes": "",
  "pcMap": {},
  "sha1": "382d179c206cf8176071ec425b53ac6d26dcb67e",
  "source": "// SPDX-License-Identifier: MIT\npragma solidity ^0.8.0;\n\ninterface OracleInterface {\n  function fulfillOracleRequest(\n    bytes32 requestId,\n    uint256 payment,\n    address callbackAddress,\n    bytes4 callbackFunctionId,\n    uint256 expiration,\n    bytes32 data\n  )\n    external\n    returns (\n      bool\n    );\n\n  function isAuthorizedSender(\n    address node\n  )\n    external\n    view\n    returns (\n      bool\n    );\n\n  function withdraw(\n    address recipient,\n    uint256 amount\n  ) external;\n\n  function withdrawable()\n    external\n    view\n    returns (\n      uint256\n    );\n}\n",
  "sourceMap": "",
  "sourcePath": "node_modules/@chainlink/contracts/src/v0.8/interfaces/OracleInterface.sol",
  "type": "interface"
}