{
  "contractName": "BetOracleProxyInterface",
  "abi": [
    {
      "constant": true,
      "inputs": [
        {
          "name": "_betHash",
          "type": "bytes32"
        }
      ],
      "name": "outcomeReady",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "_betHash",
          "type": "bytes32"
        }
      ],
      "name": "getOutcome",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.24;\n\n\ninterface BetOracleProxyInterface {\n\n    function outcomeReady(\n        bytes32 _betHash\n    ) external view returns(bool);\n\n    function getOutcome(\n        bytes32 _betHash\n    ) external view returns(uint);\n}\n",
  "sourcePath": "/Users/carlosgonzalezjuarez/Documents/Development/GuesserProtocol/contracts/ProxyInterfaces/BetOracleProxyInterface.sol",
  "ast": {
    "absolutePath": "/Users/carlosgonzalezjuarez/Documents/Development/GuesserProtocol/contracts/ProxyInterfaces/BetOracleProxyInterface.sol",
    "exportedSymbols": {
      "BetOracleProxyInterface": [
        3455
      ]
    },
    "id": 3456,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 3440,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:19"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 3455,
        "linearizedBaseContracts": [
          3455
        ],
        "name": "BetOracleProxyInterface",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 3447,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "outcomeReady",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3443,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3442,
                  "name": "_betHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 3447,
                  "src": "99:16:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 3441,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "99:7:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "89:32:19"
            },
            "payable": false,
            "returnParameters": {
              "id": 3446,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3445,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3447,
                  "src": "144:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 3444,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "144:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "143:6:19"
            },
            "scope": 3455,
            "src": "68:82:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3454,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getOutcome",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3450,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3449,
                  "name": "_betHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 3454,
                  "src": "185:16:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 3448,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "185:7:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "175:32:19"
            },
            "payable": false,
            "returnParameters": {
              "id": 3453,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3452,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3454,
                  "src": "230:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 3451,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "230:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "229:6:19"
            },
            "scope": 3455,
            "src": "156:80:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 3456,
        "src": "27:211:19"
      }
    ],
    "src": "0:239:19"
  },
  "legacyAST": {
    "absolutePath": "/Users/carlosgonzalezjuarez/Documents/Development/GuesserProtocol/contracts/ProxyInterfaces/BetOracleProxyInterface.sol",
    "exportedSymbols": {
      "BetOracleProxyInterface": [
        3455
      ]
    },
    "id": 3456,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 3440,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:19"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 3455,
        "linearizedBaseContracts": [
          3455
        ],
        "name": "BetOracleProxyInterface",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 3447,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "outcomeReady",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3443,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3442,
                  "name": "_betHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 3447,
                  "src": "99:16:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 3441,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "99:7:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "89:32:19"
            },
            "payable": false,
            "returnParameters": {
              "id": 3446,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3445,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3447,
                  "src": "144:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 3444,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "144:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "143:6:19"
            },
            "scope": 3455,
            "src": "68:82:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3454,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getOutcome",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3450,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3449,
                  "name": "_betHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 3454,
                  "src": "185:16:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 3448,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "185:7:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "175:32:19"
            },
            "payable": false,
            "returnParameters": {
              "id": 3453,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3452,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3454,
                  "src": "230:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 3451,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "230:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "229:6:19"
            },
            "scope": 3455,
            "src": "156:80:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 3456,
        "src": "27:211:19"
      }
    ],
    "src": "0:239:19"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.25+commit.59dbf8f1.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.0.0-beta.1",
  "updatedAt": "2018-11-01T18:10:50.807Z"
}