{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "bytes32",
          "name": "requestId",
          "type": "bytes32"
        },
        {
          "internalType": "uint256",
          "name": "payment",
          "type": "uint256"
        },
        {
          "internalType": "bytes4",
          "name": "callbackFunctionId",
          "type": "bytes4"
        },
        {
          "internalType": "uint256",
          "name": "expiration",
          "type": "uint256"
        }
      ],
      "name": "cancelOracleRequest",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "sender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "requestPrice",
          "type": "uint256"
        },
        {
          "internalType": "bytes32",
          "name": "serviceAgreementID",
          "type": "bytes32"
        },
        {
          "internalType": "address",
          "name": "callbackAddress",
          "type": "address"
        },
        {
          "internalType": "bytes4",
          "name": "callbackFunctionId",
          "type": "bytes4"
        },
        {
          "internalType": "uint256",
          "name": "nonce",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "dataVersion",
          "type": "uint256"
        },
        {
          "internalType": "bytes",
          "name": "data",
          "type": "bytes"
        }
      ],
      "name": "oracleRequest",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "allSourcePaths": {
    "58": "node_modules/@chainlink/contracts/src/v0.8/interfaces/ChainlinkRequestInterface.sol"
  },
  "ast": {
    "absolutePath": "node_modules/@chainlink/contracts/src/v0.8/interfaces/ChainlinkRequestInterface.sol",
    "exportedSymbols": {
      "ChainlinkRequestInterface": [
        26430
      ]
    },
    "id": 26431,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 26399,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "32:23:58"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "id": 26430,
        "linearizedBaseContracts": [
          26430
        ],
        "name": "ChainlinkRequestInterface",
        "nameLocation": "67:25:58",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "functionSelector": "40429946",
            "id": 26418,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "oracleRequest",
            "nameLocation": "106:13:58",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 26416,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26401,
                  "mutability": "mutable",
                  "name": "sender",
                  "nameLocation": "133:6:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26418,
                  "src": "125:14:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 26400,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "125:7:58",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26403,
                  "mutability": "mutable",
                  "name": "requestPrice",
                  "nameLocation": "153:12:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26418,
                  "src": "145:20:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26402,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "145:7:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26405,
                  "mutability": "mutable",
                  "name": "serviceAgreementID",
                  "nameLocation": "179:18:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26418,
                  "src": "171:26:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 26404,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "171:7:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26407,
                  "mutability": "mutable",
                  "name": "callbackAddress",
                  "nameLocation": "211:15:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26418,
                  "src": "203:23:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 26406,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "203:7:58",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26409,
                  "mutability": "mutable",
                  "name": "callbackFunctionId",
                  "nameLocation": "239:18:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26418,
                  "src": "232:25:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 26408,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "232:6:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26411,
                  "mutability": "mutable",
                  "name": "nonce",
                  "nameLocation": "271:5:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26418,
                  "src": "263:13:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26410,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "263:7:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26413,
                  "mutability": "mutable",
                  "name": "dataVersion",
                  "nameLocation": "290:11:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26418,
                  "src": "282:19:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26412,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "282:7:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26415,
                  "mutability": "mutable",
                  "name": "data",
                  "nameLocation": "322:4:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26418,
                  "src": "307:19:58",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 26414,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "307:5:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "119:211:58"
            },
            "returnParameters": {
              "id": 26417,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "339:0:58"
            },
            "scope": 26430,
            "src": "97:243:58",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "functionSelector": "6ee4d553",
            "id": 26429,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "cancelOracleRequest",
            "nameLocation": "353:19:58",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 26427,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 26420,
                  "mutability": "mutable",
                  "name": "requestId",
                  "nameLocation": "386:9:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26429,
                  "src": "378:17:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 26419,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "378:7:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26422,
                  "mutability": "mutable",
                  "name": "payment",
                  "nameLocation": "409:7:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26429,
                  "src": "401:15:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26421,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "401:7:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26424,
                  "mutability": "mutable",
                  "name": "callbackFunctionId",
                  "nameLocation": "429:18:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26429,
                  "src": "422:25:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 26423,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "422:6:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 26426,
                  "mutability": "mutable",
                  "name": "expiration",
                  "nameLocation": "461:10:58",
                  "nodeType": "VariableDeclaration",
                  "scope": 26429,
                  "src": "453:18:58",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 26425,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "453:7:58",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "372:103:58"
            },
            "returnParameters": {
              "id": 26428,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "484:0:58"
            },
            "scope": 26430,
            "src": "344:141:58",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 26431,
        "src": "57:430:58",
        "usedErrors": []
      }
    ],
    "src": "32:456:58"
  },
  "bytecode": "",
  "bytecodeSha1": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.6+commit.11564f7e"
  },
  "contractName": "ChainlinkRequestInterface",
  "coverageMap": {
    "branches": {},
    "statements": {}
  },
  "dependencies": [],
  "deployedBytecode": "",
  "deployedSourceMap": "",
  "language": "Solidity",
  "natspec": {
    "kind": "dev",
    "methods": {},
    "version": 1
  },
  "offset": [
    57,
    487
  ],
  "opcodes": "",
  "pcMap": {},
  "sha1": "bc63835b2333862300955acda341b72817fd90e9",
  "source": "// SPDX-License-Identifier: MIT\npragma solidity ^0.8.0;\n\ninterface ChainlinkRequestInterface {\n  function oracleRequest(\n    address sender,\n    uint256 requestPrice,\n    bytes32 serviceAgreementID,\n    address callbackAddress,\n    bytes4 callbackFunctionId,\n    uint256 nonce,\n    uint256 dataVersion,\n    bytes calldata data\n  ) external;\n\n  function cancelOracleRequest(\n    bytes32 requestId,\n    uint256 payment,\n    bytes4 callbackFunctionId,\n    uint256 expiration\n  ) external;\n}\n",
  "sourceMap": "",
  "sourcePath": "node_modules/@chainlink/contracts/src/v0.8/interfaces/ChainlinkRequestInterface.sol",
  "type": "interface"
}