{
  "contractName": "IOracleConsumer",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "name": "id",
          "type": "bytes32"
        },
        {
          "name": "result",
          "type": "bytes"
        }
      ],
      "name": "receiveResult",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.24;\n\ninterface IOracleConsumer {\n  function receiveResult(bytes32 id, bytes result) external;\n}\n",
  "sourcePath": "/Users/mfcalvanese/dev/eth/tidbit-eth/contracts/PushOracles/IOracleConsumer.sol",
  "ast": {
    "absolutePath": "/Users/mfcalvanese/dev/eth/tidbit-eth/contracts/PushOracles/IOracleConsumer.sol",
    "exportedSymbols": {
      "IOracleConsumer": [
        1068
      ]
    },
    "id": 1069,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1060,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:21"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 1068,
        "linearizedBaseContracts": [
          1068
        ],
        "name": "IOracleConsumer",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 1067,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "receiveResult",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 1065,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1062,
                  "name": "id",
                  "nodeType": "VariableDeclaration",
                  "scope": 1067,
                  "src": "79:10:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 1061,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "79:7:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 1064,
                  "name": "result",
                  "nodeType": "VariableDeclaration",
                  "scope": 1067,
                  "src": "91:12:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 1063,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "91:5:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "78:26:21"
            },
            "payable": false,
            "returnParameters": {
              "id": 1066,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "113:0:21"
            },
            "scope": 1068,
            "src": "56:58:21",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 1069,
        "src": "26:90:21"
      }
    ],
    "src": "0:117:21"
  },
  "legacyAST": {
    "absolutePath": "/Users/mfcalvanese/dev/eth/tidbit-eth/contracts/PushOracles/IOracleConsumer.sol",
    "exportedSymbols": {
      "IOracleConsumer": [
        1068
      ]
    },
    "id": 1069,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1060,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:21"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 1068,
        "linearizedBaseContracts": [
          1068
        ],
        "name": "IOracleConsumer",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 1067,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "receiveResult",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 1065,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1062,
                  "name": "id",
                  "nodeType": "VariableDeclaration",
                  "scope": 1067,
                  "src": "79:10:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 1061,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "79:7:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 1064,
                  "name": "result",
                  "nodeType": "VariableDeclaration",
                  "scope": 1067,
                  "src": "91:12:21",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 1063,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "91:5:21",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "78:26:21"
            },
            "payable": false,
            "returnParameters": {
              "id": 1066,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "113:0:21"
            },
            "scope": 1068,
            "src": "56:58:21",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 1069,
        "src": "26:90:21"
      }
    ],
    "src": "0:117:21"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "2.0.1",
  "updatedAt": "2018-10-31T13:24:20.728Z"
}