{
  "abi": [],
  "allSourcePaths": {
    "57": "node_modules/@chainlink/contracts/src/v0.8/Chainlink.sol",
    "64": "node_modules/@chainlink/contracts/src/v0.8/vendor/BufferChainlink.sol",
    "65": "node_modules/@chainlink/contracts/src/v0.8/vendor/CBORChainlink.sol"
  },
  "ast": {
    "absolutePath": "node_modules/@chainlink/contracts/src/v0.8/Chainlink.sol",
    "exportedSymbols": {
      "BufferChainlink": [
        25174
      ],
      "CBORChainlink": [
        25599
      ],
      "Chainlink": [
        17771
      ]
    },
    "id": 17772,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 17504,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "32:23:57"
      },
      {
        "absolutePath": "node_modules/@chainlink/contracts/src/v0.8/vendor/CBORChainlink.sol",
        "file": "./vendor/CBORChainlink.sol",
        "id": 17506,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 17772,
        "sourceUnit": 25600,
        "src": "57:59:57",
        "symbolAliases": [
          {
            "foreign": {
              "id": 17505,
              "name": "CBORChainlink",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "66:13:57",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "absolutePath": "node_modules/@chainlink/contracts/src/v0.8/vendor/BufferChainlink.sol",
        "file": "./vendor/BufferChainlink.sol",
        "id": 17508,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 17772,
        "sourceUnit": 25175,
        "src": "117:63:57",
        "symbolAliases": [
          {
            "foreign": {
              "id": 17507,
              "name": "BufferChainlink",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "126:15:57",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "library",
        "documentation": {
          "id": 17509,
          "nodeType": "StructuredDocumentation",
          "src": "182:114:57",
          "text": " @title Library for common Chainlink functions\n @dev Uses imported CBOR library for encoding to buffer"
        },
        "fullyImplemented": true,
        "id": 17771,
        "linearizedBaseContracts": [
          17771
        ],
        "name": "Chainlink",
        "nameLocation": "305:9:57",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": true,
            "id": 17512,
            "mutability": "constant",
            "name": "defaultBufferSize",
            "nameLocation": "345:17:57",
            "nodeType": "VariableDeclaration",
            "scope": 17771,
            "src": "319:49:57",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 17510,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "319:7:57",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": {
              "hexValue": "323536",
              "id": 17511,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "365:3:57",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_256_by_1",
                "typeString": "int_const 256"
              },
              "value": "256"
            },
            "visibility": "internal"
          },
          {
            "id": 17516,
            "libraryName": {
              "id": 17513,
              "name": "CBORChainlink",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 25599,
              "src": "424:13:57"
            },
            "nodeType": "UsingForDirective",
            "src": "418:47:57",
            "typeName": {
              "id": 17515,
              "nodeType": "UserDefinedTypeName",
              "pathNode": {
                "id": 17514,
                "name": "BufferChainlink.buffer",
                "nodeType": "IdentifierPath",
                "referencedDeclaration": 24660,
                "src": "442:22:57"
              },
              "referencedDeclaration": 24660,
              "src": "442:22:57",
              "typeDescriptions": {
                "typeIdentifier": "t_struct$_buffer_$24660_storage_ptr",
                "typeString": "struct BufferChainlink.buffer"
              }
            }
          },
          {
            "canonicalName": "Chainlink.Request",
            "id": 17528,
            "members": [
              {
                "constant": false,
                "id": 17518,
                "mutability": "mutable",
                "name": "id",
                "nameLocation": "498:2:57",
                "nodeType": "VariableDeclaration",
                "scope": 17528,
                "src": "490:10:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                },
                "typeName": {
                  "id": 17517,
                  "name": "bytes32",
                  "nodeType": "ElementaryTypeName",
                  "src": "490:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  }
                },
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 17520,
                "mutability": "mutable",
                "name": "callbackAddress",
                "nameLocation": "514:15:57",
                "nodeType": "VariableDeclaration",
                "scope": 17528,
                "src": "506:23:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                },
                "typeName": {
                  "id": 17519,
                  "name": "address",
                  "nodeType": "ElementaryTypeName",
                  "src": "506:7:57",
                  "stateMutability": "nonpayable",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  }
                },
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 17522,
                "mutability": "mutable",
                "name": "callbackFunctionId",
                "nameLocation": "542:18:57",
                "nodeType": "VariableDeclaration",
                "scope": 17528,
                "src": "535:25:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes4",
                  "typeString": "bytes4"
                },
                "typeName": {
                  "id": 17521,
                  "name": "bytes4",
                  "nodeType": "ElementaryTypeName",
                  "src": "535:6:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  }
                },
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 17524,
                "mutability": "mutable",
                "name": "nonce",
                "nameLocation": "574:5:57",
                "nodeType": "VariableDeclaration",
                "scope": 17528,
                "src": "566:13:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                },
                "typeName": {
                  "id": 17523,
                  "name": "uint256",
                  "nodeType": "ElementaryTypeName",
                  "src": "566:7:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  }
                },
                "visibility": "internal"
              },
              {
                "constant": false,
                "id": 17527,
                "mutability": "mutable",
                "name": "buf",
                "nameLocation": "608:3:57",
                "nodeType": "VariableDeclaration",
                "scope": 17528,
                "src": "585:26:57",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_struct$_buffer_$24660_storage_ptr",
                  "typeString": "struct BufferChainlink.buffer"
                },
                "typeName": {
                  "id": 17526,
                  "nodeType": "UserDefinedTypeName",
                  "pathNode": {
                    "id": 17525,
                    "name": "BufferChainlink.buffer",
                    "nodeType": "IdentifierPath",
                    "referencedDeclaration": 24660,
                    "src": "585:22:57"
                  },
                  "referencedDeclaration": 24660,
                  "src": "585:22:57",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_buffer_$24660_storage_ptr",
                    "typeString": "struct BufferChainlink.buffer"
                  }
                },
                "visibility": "internal"
              }
            ],
            "name": "Request",
            "nameLocation": "476:7:57",
            "nodeType": "StructDefinition",
            "scope": 17771,
            "src": "469:147:57",
            "visibility": "public"
          },
          {
            "body": {
              "id": 17572,
              "nodeType": "Block",
              "src": "1185:183:57",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "expression": {
                          "id": 17547,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17532,
                          "src": "1212:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17548,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "1212:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      {
                        "id": 17549,
                        "name": "defaultBufferSize",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17512,
                        "src": "1222:17:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "expression": {
                        "id": 17544,
                        "name": "BufferChainlink",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 25174,
                        "src": "1191:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_contract$_BufferChainlink_$25174_$",
                          "typeString": "type(library BufferChainlink)"
                        }
                      },
                      "id": 17546,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "init",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 24698,
                      "src": "1191:20:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_uint256_$returns$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,uint256) pure returns (struct BufferChainlink.buffer memory)"
                      }
                    },
                    "id": 17550,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1191:49:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                      "typeString": "struct BufferChainlink.buffer memory"
                    }
                  },
                  "id": 17551,
                  "nodeType": "ExpressionStatement",
                  "src": "1191:49:57"
                },
                {
                  "expression": {
                    "id": 17556,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "expression": {
                        "id": 17552,
                        "name": "self",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17532,
                        "src": "1246:4:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                          "typeString": "struct Chainlink.Request memory"
                        }
                      },
                      "id": 17554,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "id",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 17518,
                      "src": "1246:7:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 17555,
                      "name": "jobId",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 17534,
                      "src": "1256:5:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "src": "1246:15:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 17557,
                  "nodeType": "ExpressionStatement",
                  "src": "1246:15:57"
                },
                {
                  "expression": {
                    "id": 17562,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "expression": {
                        "id": 17558,
                        "name": "self",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17532,
                        "src": "1267:4:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                          "typeString": "struct Chainlink.Request memory"
                        }
                      },
                      "id": 17560,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "callbackAddress",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 17520,
                      "src": "1267:20:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 17561,
                      "name": "callbackAddr",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 17536,
                      "src": "1290:12:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "1267:35:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "id": 17563,
                  "nodeType": "ExpressionStatement",
                  "src": "1267:35:57"
                },
                {
                  "expression": {
                    "id": 17568,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "expression": {
                        "id": 17564,
                        "name": "self",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17532,
                        "src": "1308:4:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                          "typeString": "struct Chainlink.Request memory"
                        }
                      },
                      "id": 17566,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "callbackFunctionId",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 17522,
                      "src": "1308:23:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes4",
                        "typeString": "bytes4"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 17567,
                      "name": "callbackFunc",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 17538,
                      "src": "1334:12:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes4",
                        "typeString": "bytes4"
                      }
                    },
                    "src": "1308:38:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "id": 17569,
                  "nodeType": "ExpressionStatement",
                  "src": "1308:38:57"
                },
                {
                  "expression": {
                    "id": 17570,
                    "name": "self",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 17532,
                    "src": "1359:4:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                      "typeString": "struct Chainlink.Request memory"
                    }
                  },
                  "functionReturnParameters": 17543,
                  "id": 17571,
                  "nodeType": "Return",
                  "src": "1352:11:57"
                }
              ]
            },
            "documentation": {
              "id": 17529,
              "nodeType": "StructuredDocumentation",
              "src": "620:368:57",
              "text": " @notice Initializes a Chainlink request\n @dev Sets the ID, callback address, and callback function signature on the request\n @param self The uninitialized request\n @param jobId The Job Specification ID\n @param callbackAddr The callback address\n @param callbackFunc The callback function signature\n @return The initialized request"
            },
            "id": 17573,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "initialize",
            "nameLocation": "1000:10:57",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 17539,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 17532,
                  "mutability": "mutable",
                  "name": "self",
                  "nameLocation": "1031:4:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17573,
                  "src": "1016:19:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                    "typeString": "struct Chainlink.Request"
                  },
                  "typeName": {
                    "id": 17531,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 17530,
                      "name": "Request",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17528,
                      "src": "1016:7:57"
                    },
                    "referencedDeclaration": 17528,
                    "src": "1016:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Request_$17528_storage_ptr",
                      "typeString": "struct Chainlink.Request"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17534,
                  "mutability": "mutable",
                  "name": "jobId",
                  "nameLocation": "1049:5:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17573,
                  "src": "1041:13:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 17533,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1041:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17536,
                  "mutability": "mutable",
                  "name": "callbackAddr",
                  "nameLocation": "1068:12:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17573,
                  "src": "1060:20:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 17535,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1060:7:57",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17538,
                  "mutability": "mutable",
                  "name": "callbackFunc",
                  "nameLocation": "1093:12:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17573,
                  "src": "1086:19:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes4",
                    "typeString": "bytes4"
                  },
                  "typeName": {
                    "id": 17537,
                    "name": "bytes4",
                    "nodeType": "ElementaryTypeName",
                    "src": "1086:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes4",
                      "typeString": "bytes4"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1010:99:57"
            },
            "returnParameters": {
              "id": 17543,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 17542,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 17573,
                  "src": "1152:24:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                    "typeString": "struct Chainlink.Request"
                  },
                  "typeName": {
                    "id": 17541,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 17540,
                      "name": "Chainlink.Request",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17528,
                      "src": "1152:17:57"
                    },
                    "referencedDeclaration": 17528,
                    "src": "1152:17:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Request_$17528_storage_ptr",
                      "typeString": "struct Chainlink.Request"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1144:38:57"
            },
            "scope": 17771,
            "src": "991:377:57",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 17599,
              "nodeType": "Block",
              "src": "1700:98:57",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "expression": {
                          "id": 17585,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17577,
                          "src": "1727:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17586,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "1727:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      {
                        "expression": {
                          "id": 17587,
                          "name": "data",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17579,
                          "src": "1737:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes_memory_ptr",
                            "typeString": "bytes memory"
                          }
                        },
                        "id": 17588,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "length",
                        "nodeType": "MemberAccess",
                        "src": "1737:11:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "expression": {
                        "id": 17582,
                        "name": "BufferChainlink",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 25174,
                        "src": "1706:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_contract$_BufferChainlink_$25174_$",
                          "typeString": "type(library BufferChainlink)"
                        }
                      },
                      "id": 17584,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "init",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 24698,
                      "src": "1706:20:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_uint256_$returns$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,uint256) pure returns (struct BufferChainlink.buffer memory)"
                      }
                    },
                    "id": 17589,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1706:43:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                      "typeString": "struct BufferChainlink.buffer memory"
                    }
                  },
                  "id": 17590,
                  "nodeType": "ExpressionStatement",
                  "src": "1706:43:57"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "expression": {
                          "id": 17594,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17577,
                          "src": "1778:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17595,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "1778:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      {
                        "id": 17596,
                        "name": "data",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17579,
                        "src": "1788:4:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        },
                        {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      ],
                      "expression": {
                        "id": 17591,
                        "name": "BufferChainlink",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 25174,
                        "src": "1755:15:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_contract$_BufferChainlink_$25174_$",
                          "typeString": "type(library BufferChainlink)"
                        }
                      },
                      "id": 17593,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "append",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 24917,
                      "src": "1755:22:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,bytes memory) pure returns (struct BufferChainlink.buffer memory)"
                      }
                    },
                    "id": 17597,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1755:38:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                      "typeString": "struct BufferChainlink.buffer memory"
                    }
                  },
                  "id": 17598,
                  "nodeType": "ExpressionStatement",
                  "src": "1755:38:57"
                }
              ]
            },
            "documentation": {
              "id": 17574,
              "nodeType": "StructuredDocumentation",
              "src": "1372:230:57",
              "text": " @notice Sets the data for the buffer without encoding CBOR on-chain\n @dev CBOR can be closed with curly-brackets {} or they can be left off\n @param self The initialized request\n @param data The CBOR data"
            },
            "id": 17600,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "setBuffer",
            "nameLocation": "1614:9:57",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 17580,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 17577,
                  "mutability": "mutable",
                  "name": "self",
                  "nameLocation": "1644:4:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17600,
                  "src": "1629:19:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                    "typeString": "struct Chainlink.Request"
                  },
                  "typeName": {
                    "id": 17576,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 17575,
                      "name": "Request",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17528,
                      "src": "1629:7:57"
                    },
                    "referencedDeclaration": 17528,
                    "src": "1629:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Request_$17528_storage_ptr",
                      "typeString": "struct Chainlink.Request"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17579,
                  "mutability": "mutable",
                  "name": "data",
                  "nameLocation": "1667:4:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17600,
                  "src": "1654:17:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 17578,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "1654:5:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1623:52:57"
            },
            "returnParameters": {
              "id": 17581,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1700:0:57"
            },
            "scope": 17771,
            "src": "1605:193:57",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 17627,
              "nodeType": "Block",
              "src": "2117:71:57",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 17616,
                        "name": "key",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17606,
                        "src": "2145:3:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "expression": {
                        "expression": {
                          "id": 17611,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17604,
                          "src": "2123:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17614,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "2123:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17615,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "encodeString",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25562,
                      "src": "2123:21:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_string_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,string memory) pure"
                      }
                    },
                    "id": 17617,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2123:26:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17618,
                  "nodeType": "ExpressionStatement",
                  "src": "2123:26:57"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 17624,
                        "name": "value",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17608,
                        "src": "2177:5:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "expression": {
                        "expression": {
                          "id": 17619,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17604,
                          "src": "2155:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17622,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "2155:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17623,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "encodeString",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25562,
                      "src": "2155:21:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_string_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,string memory) pure"
                      }
                    },
                    "id": 17625,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2155:28:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17626,
                  "nodeType": "ExpressionStatement",
                  "src": "2155:28:57"
                }
              ]
            },
            "documentation": {
              "id": 17601,
              "nodeType": "StructuredDocumentation",
              "src": "1802:198:57",
              "text": " @notice Adds a string value to the request with a given key name\n @param self The initialized request\n @param key The name of the key\n @param value The string value to add"
            },
            "id": 17628,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "add",
            "nameLocation": "2012:3:57",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 17609,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 17604,
                  "mutability": "mutable",
                  "name": "self",
                  "nameLocation": "2036:4:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17628,
                  "src": "2021:19:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                    "typeString": "struct Chainlink.Request"
                  },
                  "typeName": {
                    "id": 17603,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 17602,
                      "name": "Request",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17528,
                      "src": "2021:7:57"
                    },
                    "referencedDeclaration": 17528,
                    "src": "2021:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Request_$17528_storage_ptr",
                      "typeString": "struct Chainlink.Request"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17606,
                  "mutability": "mutable",
                  "name": "key",
                  "nameLocation": "2060:3:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17628,
                  "src": "2046:17:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 17605,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "2046:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17608,
                  "mutability": "mutable",
                  "name": "value",
                  "nameLocation": "2083:5:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17628,
                  "src": "2069:19:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 17607,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "2069:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2015:77:57"
            },
            "returnParameters": {
              "id": 17610,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2117:0:57"
            },
            "scope": 17771,
            "src": "2003:185:57",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 17655,
              "nodeType": "Block",
              "src": "2509:70:57",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 17644,
                        "name": "key",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17634,
                        "src": "2537:3:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "expression": {
                        "expression": {
                          "id": 17639,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17632,
                          "src": "2515:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17642,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "2515:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17643,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "encodeString",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25562,
                      "src": "2515:21:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_string_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,string memory) pure"
                      }
                    },
                    "id": 17645,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2515:26:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17646,
                  "nodeType": "ExpressionStatement",
                  "src": "2515:26:57"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 17652,
                        "name": "value",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17636,
                        "src": "2568:5:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      ],
                      "expression": {
                        "expression": {
                          "id": 17647,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17632,
                          "src": "2547:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17650,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "2547:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17651,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "encodeBytes",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25463,
                      "src": "2547:20:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_bytes_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,bytes memory) pure"
                      }
                    },
                    "id": 17653,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2547:27:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17654,
                  "nodeType": "ExpressionStatement",
                  "src": "2547:27:57"
                }
              ]
            },
            "documentation": {
              "id": 17629,
              "nodeType": "StructuredDocumentation",
              "src": "2192:196:57",
              "text": " @notice Adds a bytes value to the request with a given key name\n @param self The initialized request\n @param key The name of the key\n @param value The bytes value to add"
            },
            "id": 17656,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "addBytes",
            "nameLocation": "2400:8:57",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 17637,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 17632,
                  "mutability": "mutable",
                  "name": "self",
                  "nameLocation": "2429:4:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17656,
                  "src": "2414:19:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                    "typeString": "struct Chainlink.Request"
                  },
                  "typeName": {
                    "id": 17631,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 17630,
                      "name": "Request",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17528,
                      "src": "2414:7:57"
                    },
                    "referencedDeclaration": 17528,
                    "src": "2414:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Request_$17528_storage_ptr",
                      "typeString": "struct Chainlink.Request"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17634,
                  "mutability": "mutable",
                  "name": "key",
                  "nameLocation": "2453:3:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17656,
                  "src": "2439:17:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 17633,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "2439:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17636,
                  "mutability": "mutable",
                  "name": "value",
                  "nameLocation": "2475:5:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17656,
                  "src": "2462:18:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 17635,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "2462:5:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2408:76:57"
            },
            "returnParameters": {
              "id": 17638,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2509:0:57"
            },
            "scope": 17771,
            "src": "2391:188:57",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 17683,
              "nodeType": "Block",
              "src": "2894:68:57",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 17672,
                        "name": "key",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17662,
                        "src": "2922:3:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "expression": {
                        "expression": {
                          "id": 17667,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17660,
                          "src": "2900:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17670,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "2900:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17671,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "encodeString",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25562,
                      "src": "2900:21:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_string_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,string memory) pure"
                      }
                    },
                    "id": 17673,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2900:26:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17674,
                  "nodeType": "ExpressionStatement",
                  "src": "2900:26:57"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 17680,
                        "name": "value",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17664,
                        "src": "2951:5:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_int256",
                          "typeString": "int256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_int256",
                          "typeString": "int256"
                        }
                      ],
                      "expression": {
                        "expression": {
                          "id": 17675,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17660,
                          "src": "2932:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17678,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "2932:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17679,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "encodeInt",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25441,
                      "src": "2932:18:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_int256_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,int256) pure"
                      }
                    },
                    "id": 17681,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2932:25:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17682,
                  "nodeType": "ExpressionStatement",
                  "src": "2932:25:57"
                }
              ]
            },
            "documentation": {
              "id": 17657,
              "nodeType": "StructuredDocumentation",
              "src": "2583:198:57",
              "text": " @notice Adds a int256 value to the request with a given key name\n @param self The initialized request\n @param key The name of the key\n @param value The int256 value to add"
            },
            "id": 17684,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "addInt",
            "nameLocation": "2793:6:57",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 17665,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 17660,
                  "mutability": "mutable",
                  "name": "self",
                  "nameLocation": "2820:4:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17684,
                  "src": "2805:19:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                    "typeString": "struct Chainlink.Request"
                  },
                  "typeName": {
                    "id": 17659,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 17658,
                      "name": "Request",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17528,
                      "src": "2805:7:57"
                    },
                    "referencedDeclaration": 17528,
                    "src": "2805:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Request_$17528_storage_ptr",
                      "typeString": "struct Chainlink.Request"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17662,
                  "mutability": "mutable",
                  "name": "key",
                  "nameLocation": "2844:3:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17684,
                  "src": "2830:17:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 17661,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "2830:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17664,
                  "mutability": "mutable",
                  "name": "value",
                  "nameLocation": "2860:5:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17684,
                  "src": "2853:12:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_int256",
                    "typeString": "int256"
                  },
                  "typeName": {
                    "id": 17663,
                    "name": "int256",
                    "nodeType": "ElementaryTypeName",
                    "src": "2853:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_int256",
                      "typeString": "int256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2799:70:57"
            },
            "returnParameters": {
              "id": 17666,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2894:0:57"
            },
            "scope": 17771,
            "src": "2784:178:57",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 17711,
              "nodeType": "Block",
              "src": "3281:69:57",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 17700,
                        "name": "key",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17690,
                        "src": "3309:3:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "expression": {
                        "expression": {
                          "id": 17695,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17688,
                          "src": "3287:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17698,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "3287:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17699,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "encodeString",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25562,
                      "src": "3287:21:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_string_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,string memory) pure"
                      }
                    },
                    "id": 17701,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3287:26:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17702,
                  "nodeType": "ExpressionStatement",
                  "src": "3287:26:57"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 17708,
                        "name": "value",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17692,
                        "src": "3339:5:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "expression": {
                        "expression": {
                          "id": 17703,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17688,
                          "src": "3319:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17706,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "3319:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17707,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "encodeUInt",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25384,
                      "src": "3319:19:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_uint256_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,uint256) pure"
                      }
                    },
                    "id": 17709,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3319:26:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17710,
                  "nodeType": "ExpressionStatement",
                  "src": "3319:26:57"
                }
              ]
            },
            "documentation": {
              "id": 17685,
              "nodeType": "StructuredDocumentation",
              "src": "2966:200:57",
              "text": " @notice Adds a uint256 value to the request with a given key name\n @param self The initialized request\n @param key The name of the key\n @param value The uint256 value to add"
            },
            "id": 17712,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "addUint",
            "nameLocation": "3178:7:57",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 17693,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 17688,
                  "mutability": "mutable",
                  "name": "self",
                  "nameLocation": "3206:4:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17712,
                  "src": "3191:19:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                    "typeString": "struct Chainlink.Request"
                  },
                  "typeName": {
                    "id": 17687,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 17686,
                      "name": "Request",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17528,
                      "src": "3191:7:57"
                    },
                    "referencedDeclaration": 17528,
                    "src": "3191:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Request_$17528_storage_ptr",
                      "typeString": "struct Chainlink.Request"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17690,
                  "mutability": "mutable",
                  "name": "key",
                  "nameLocation": "3230:3:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17712,
                  "src": "3216:17:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 17689,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "3216:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17692,
                  "mutability": "mutable",
                  "name": "value",
                  "nameLocation": "3247:5:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17712,
                  "src": "3239:13:57",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 17691,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "3239:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3185:71:57"
            },
            "returnParameters": {
              "id": 17694,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3281:0:57"
            },
            "scope": 17771,
            "src": "3169:181:57",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 17769,
              "nodeType": "Block",
              "src": "3699:188:57",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 17729,
                        "name": "key",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17718,
                        "src": "3727:3:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_string_memory_ptr",
                          "typeString": "string memory"
                        }
                      ],
                      "expression": {
                        "expression": {
                          "id": 17724,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17716,
                          "src": "3705:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17727,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "3705:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17728,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "encodeString",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25562,
                      "src": "3705:21:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_string_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory,string memory) pure"
                      }
                    },
                    "id": 17730,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3705:26:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17731,
                  "nodeType": "ExpressionStatement",
                  "src": "3705:26:57"
                },
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "expression": {
                          "id": 17732,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17716,
                          "src": "3737:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17735,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "3737:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17736,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "startArray",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25574,
                      "src": "3737:19:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory) pure"
                      }
                    },
                    "id": 17737,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3737:21:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17738,
                  "nodeType": "ExpressionStatement",
                  "src": "3737:21:57"
                },
                {
                  "body": {
                    "id": 17760,
                    "nodeType": "Block",
                    "src": "3808:47:57",
                    "statements": [
                      {
                        "expression": {
                          "arguments": [
                            {
                              "baseExpression": {
                                "id": 17755,
                                "name": "values",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 17721,
                                "src": "3838:6:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
                                  "typeString": "string memory[] memory"
                                }
                              },
                              "id": 17757,
                              "indexExpression": {
                                "id": 17756,
                                "name": "i",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 17740,
                                "src": "3845:1:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              },
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": false,
                              "nodeType": "IndexAccess",
                              "src": "3838:9:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_string_memory_ptr",
                                "typeString": "string memory"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_string_memory_ptr",
                                "typeString": "string memory"
                              }
                            ],
                            "expression": {
                              "expression": {
                                "id": 17750,
                                "name": "self",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 17716,
                                "src": "3816:4:57",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                                  "typeString": "struct Chainlink.Request memory"
                                }
                              },
                              "id": 17753,
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "buf",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": 17527,
                              "src": "3816:8:57",
                              "typeDescriptions": {
                                "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                                "typeString": "struct BufferChainlink.buffer memory"
                              }
                            },
                            "id": 17754,
                            "isConstant": false,
                            "isLValue": true,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "encodeString",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 25562,
                            "src": "3816:21:57",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$_t_string_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                              "typeString": "function (struct BufferChainlink.buffer memory,string memory) pure"
                            }
                          },
                          "id": 17758,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "3816:32:57",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_tuple$__$",
                            "typeString": "tuple()"
                          }
                        },
                        "id": 17759,
                        "nodeType": "ExpressionStatement",
                        "src": "3816:32:57"
                      }
                    ]
                  },
                  "condition": {
                    "commonType": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    },
                    "id": 17746,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "id": 17743,
                      "name": "i",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 17740,
                      "src": "3784:1:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "<",
                    "rightExpression": {
                      "expression": {
                        "id": 17744,
                        "name": "values",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17721,
                        "src": "3788:6:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
                          "typeString": "string memory[] memory"
                        }
                      },
                      "id": 17745,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "length",
                      "nodeType": "MemberAccess",
                      "src": "3788:13:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "3784:17:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "id": 17761,
                  "initializationExpression": {
                    "assignments": [
                      17740
                    ],
                    "declarations": [
                      {
                        "constant": false,
                        "id": 17740,
                        "mutability": "mutable",
                        "name": "i",
                        "nameLocation": "3777:1:57",
                        "nodeType": "VariableDeclaration",
                        "scope": 17761,
                        "src": "3769:9:57",
                        "stateVariable": false,
                        "storageLocation": "default",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        "typeName": {
                          "id": 17739,
                          "name": "uint256",
                          "nodeType": "ElementaryTypeName",
                          "src": "3769:7:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "visibility": "internal"
                      }
                    ],
                    "id": 17742,
                    "initialValue": {
                      "hexValue": "30",
                      "id": 17741,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "3781:1:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_rational_0_by_1",
                        "typeString": "int_const 0"
                      },
                      "value": "0"
                    },
                    "nodeType": "VariableDeclarationStatement",
                    "src": "3769:13:57"
                  },
                  "loopExpression": {
                    "expression": {
                      "id": 17748,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "nodeType": "UnaryOperation",
                      "operator": "++",
                      "prefix": false,
                      "src": "3803:3:57",
                      "subExpression": {
                        "id": 17747,
                        "name": "i",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 17740,
                        "src": "3803:1:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 17749,
                    "nodeType": "ExpressionStatement",
                    "src": "3803:3:57"
                  },
                  "nodeType": "ForStatement",
                  "src": "3764:91:57"
                },
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "expression": {
                          "id": 17762,
                          "name": "self",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17716,
                          "src": "3860:4:57",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                            "typeString": "struct Chainlink.Request memory"
                          }
                        },
                        "id": 17765,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "buf",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 17527,
                        "src": "3860:8:57",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_buffer_$24660_memory_ptr",
                          "typeString": "struct BufferChainlink.buffer memory"
                        }
                      },
                      "id": 17766,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "endSequence",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 25598,
                      "src": "3860:20:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_pure$_t_struct$_buffer_$24660_memory_ptr_$returns$__$bound_to$_t_struct$_buffer_$24660_memory_ptr_$",
                        "typeString": "function (struct BufferChainlink.buffer memory) pure"
                      }
                    },
                    "id": 17767,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3860:22:57",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 17768,
                  "nodeType": "ExpressionStatement",
                  "src": "3860:22:57"
                }
              ]
            },
            "documentation": {
              "id": 17713,
              "nodeType": "StructuredDocumentation",
              "src": "3354:214:57",
              "text": " @notice Adds an array of strings to the request with a given key name\n @param self The initialized request\n @param key The name of the key\n @param values The array of string values to add"
            },
            "id": 17770,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "addStringArray",
            "nameLocation": "3580:14:57",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 17722,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 17716,
                  "mutability": "mutable",
                  "name": "self",
                  "nameLocation": "3615:4:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17770,
                  "src": "3600:19:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Request_$17528_memory_ptr",
                    "typeString": "struct Chainlink.Request"
                  },
                  "typeName": {
                    "id": 17715,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 17714,
                      "name": "Request",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17528,
                      "src": "3600:7:57"
                    },
                    "referencedDeclaration": 17528,
                    "src": "3600:7:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Request_$17528_storage_ptr",
                      "typeString": "struct Chainlink.Request"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17718,
                  "mutability": "mutable",
                  "name": "key",
                  "nameLocation": "3639:3:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17770,
                  "src": "3625:17:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 17717,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "3625:6:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 17721,
                  "mutability": "mutable",
                  "name": "values",
                  "nameLocation": "3664:6:57",
                  "nodeType": "VariableDeclaration",
                  "scope": 17770,
                  "src": "3648:22:57",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
                    "typeString": "string[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 17719,
                      "name": "string",
                      "nodeType": "ElementaryTypeName",
                      "src": "3648:6:57",
                      "typeDescriptions": {
                        "typeIdentifier": "t_string_storage_ptr",
                        "typeString": "string"
                      }
                    },
                    "id": 17720,
                    "nodeType": "ArrayTypeName",
                    "src": "3648:8:57",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_string_storage_$dyn_storage_ptr",
                      "typeString": "string[]"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3594:80:57"
            },
            "returnParameters": {
              "id": 17723,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3699:0:57"
            },
            "scope": 17771,
            "src": "3571:316:57",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "internal"
          }
        ],
        "scope": 17772,
        "src": "297:3592:57",
        "usedErrors": []
      }
    ],
    "src": "32:3858:57"
  },
  "bytecode": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220795eef0f266f898476d6da71cfa20f42df318fa4f5aa97f8ef356c5f6c6ce64464736f6c63430008060033",
  "bytecodeSha1": "1ce946f6a4eaa185320328620ccf999b9e86db7c",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.6+commit.11564f7e"
  },
  "contractName": "Chainlink",
  "coverageMap": {
    "branches": {
      "57": {},
      "64": {},
      "65": {}
    },
    "statements": {
      "57": {},
      "64": {},
      "65": {}
    }
  },
  "dependencies": [
    "BufferChainlink",
    "CBORChainlink"
  ],
  "deployedBytecode": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220795eef0f266f898476d6da71cfa20f42df318fa4f5aa97f8ef356c5f6c6ce64464736f6c63430008060033",
  "deployedSourceMap": "297:3592:57:-:0;;;;;;;;",
  "language": "Solidity",
  "natspec": {
    "details": "Uses imported CBOR library for encoding to buffer",
    "kind": "dev",
    "methods": {},
    "title": "Library for common Chainlink functions",
    "version": 1
  },
  "offset": [
    297,
    3889
  ],
  "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH26 0x5EEF0F266F898476D6DA71CFA20F42DF318FA4F5AA97F8EF356C 0x5F PUSH13 0x6CE64464736F6C634300080600 CALLER ",
  "pcMap": {
    "0": {
      "offset": [
        297,
        3889
      ],
      "op": "PUSH20",
      "path": "57",
      "value": "0x0"
    },
    "21": {
      "fn": null,
      "offset": [
        297,
        3889
      ],
      "op": "ADDRESS",
      "path": "57"
    },
    "22": {
      "fn": null,
      "offset": [
        297,
        3889
      ],
      "op": "EQ",
      "path": "57"
    },
    "23": {
      "fn": null,
      "offset": [
        297,
        3889
      ],
      "op": "PUSH1",
      "path": "57",
      "value": "0x80"
    },
    "25": {
      "fn": null,
      "offset": [
        297,
        3889
      ],
      "op": "PUSH1",
      "path": "57",
      "value": "0x40"
    },
    "27": {
      "fn": null,
      "offset": [
        297,
        3889
      ],
      "op": "MSTORE",
      "path": "57"
    },
    "28": {
      "fn": null,
      "offset": [
        297,
        3889
      ],
      "op": "PUSH1",
      "path": "57",
      "value": "0x0"
    },
    "30": {
      "fn": null,
      "offset": [
        297,
        3889
      ],
      "op": "DUP1",
      "path": "57"
    },
    "31": {
      "fn": null,
      "offset": [
        297,
        3889
      ],
      "op": "REVERT",
      "path": "57"
    }
  },
  "sha1": "59b00b8fd04e3fe3fa5c50e5edbd2ecf7fe999ae",
  "source": "// SPDX-License-Identifier: MIT\npragma solidity ^0.8.0;\n\nimport { CBORChainlink } from \"./vendor/CBORChainlink.sol\";\nimport { BufferChainlink } from \"./vendor/BufferChainlink.sol\";\n\n/**\n * @title Library for common Chainlink functions\n * @dev Uses imported CBOR library for encoding to buffer\n */\nlibrary Chainlink {\n  uint256 internal constant defaultBufferSize = 256; // solhint-disable-line const-name-snakecase\n\n  using CBORChainlink for BufferChainlink.buffer;\n\n  struct Request {\n    bytes32 id;\n    address callbackAddress;\n    bytes4 callbackFunctionId;\n    uint256 nonce;\n    BufferChainlink.buffer buf;\n  }\n\n  /**\n   * @notice Initializes a Chainlink request\n   * @dev Sets the ID, callback address, and callback function signature on the request\n   * @param self The uninitialized request\n   * @param jobId The Job Specification ID\n   * @param callbackAddr The callback address\n   * @param callbackFunc The callback function signature\n   * @return The initialized request\n   */\n  function initialize(\n    Request memory self,\n    bytes32 jobId,\n    address callbackAddr,\n    bytes4 callbackFunc\n  )\n    internal\n    pure\n    returns (\n      Chainlink.Request memory\n    )\n  {\n    BufferChainlink.init(self.buf, defaultBufferSize);\n    self.id = jobId;\n    self.callbackAddress = callbackAddr;\n    self.callbackFunctionId = callbackFunc;\n    return self;\n  }\n\n  /**\n   * @notice Sets the data for the buffer without encoding CBOR on-chain\n   * @dev CBOR can be closed with curly-brackets {} or they can be left off\n   * @param self The initialized request\n   * @param data The CBOR data\n   */\n  function setBuffer(\n    Request memory self,\n    bytes memory data\n  )\n    internal\n    pure\n  {\n    BufferChainlink.init(self.buf, data.length);\n    BufferChainlink.append(self.buf, data);\n  }\n\n  /**\n   * @notice Adds a string value to the request with a given key name\n   * @param self The initialized request\n   * @param key The name of the key\n   * @param value The string value to add\n   */\n  function add(\n    Request memory self,\n    string memory key,\n    string memory value\n  )\n    internal\n    pure\n  {\n    self.buf.encodeString(key);\n    self.buf.encodeString(value);\n  }\n\n  /**\n   * @notice Adds a bytes value to the request with a given key name\n   * @param self The initialized request\n   * @param key The name of the key\n   * @param value The bytes value to add\n   */\n  function addBytes(\n    Request memory self,\n    string memory key,\n    bytes memory value\n  )\n    internal\n    pure\n  {\n    self.buf.encodeString(key);\n    self.buf.encodeBytes(value);\n  }\n\n  /**\n   * @notice Adds a int256 value to the request with a given key name\n   * @param self The initialized request\n   * @param key The name of the key\n   * @param value The int256 value to add\n   */\n  function addInt(\n    Request memory self,\n    string memory key,\n    int256 value\n  )\n    internal\n    pure\n  {\n    self.buf.encodeString(key);\n    self.buf.encodeInt(value);\n  }\n\n  /**\n   * @notice Adds a uint256 value to the request with a given key name\n   * @param self The initialized request\n   * @param key The name of the key\n   * @param value The uint256 value to add\n   */\n  function addUint(\n    Request memory self,\n    string memory key,\n    uint256 value\n  )\n    internal\n    pure\n  {\n    self.buf.encodeString(key);\n    self.buf.encodeUInt(value);\n  }\n\n  /**\n   * @notice Adds an array of strings to the request with a given key name\n   * @param self The initialized request\n   * @param key The name of the key\n   * @param values The array of string values to add\n   */\n  function addStringArray(\n    Request memory self,\n    string memory key,\n    string[] memory values\n  )\n    internal\n    pure\n  {\n    self.buf.encodeString(key);\n    self.buf.startArray();\n    for (uint256 i = 0; i < values.length; i++) {\n      self.buf.encodeString(values[i]);\n    }\n    self.buf.endSequence();\n  }\n}\n",
  "sourceMap": "297:3592:57:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;297:3592:57;;;;;;;;;;;;;;;;;",
  "sourcePath": "node_modules/@chainlink/contracts/src/v0.8/Chainlink.sol",
  "type": "library"
}