{
  "contractName": "IrisScoreProviderI",
  "abi": [
    {
      "constant": true,
      "inputs": [
        {
          "name": "dataHash",
          "type": "bytes32"
        }
      ],
      "name": "report",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity 0.4.24;\n\n\ncontract /* interface */ IrisScoreProviderI {\n\n    /// report the IRIS score for the dasaHash records\n    /// @param dataHash the hash of the data to be scored\n    function report(bytes32 dataHash)\n        public\n        view\n        returns (uint256);\n}\n",
  "sourcePath": "/Users/godfreyhobbs/repo/Linnia-Smart-Contracts/contracts/interfaces/IrisScoreProviderI.sol",
  "ast": {
    "absolutePath": "/Users/godfreyhobbs/repo/Linnia-Smart-Contracts/contracts/interfaces/IrisScoreProviderI.sol",
    "exportedSymbols": {
      "IrisScoreProviderI": [
        1677
      ]
    },
    "id": 1678,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1669,
        "literals": [
          "solidity",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:6"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": false,
        "id": 1677,
        "linearizedBaseContracts": [
          1677
        ],
        "name": "IrisScoreProviderI",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": "report the IRIS score for the dasaHash records\n @param dataHash the hash of the data to be scored",
            "id": 1676,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "report",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 1672,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1671,
                  "name": "dataHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 1676,
                  "src": "206:16:6",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 1670,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "206:7:6",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "205:18:6"
            },
            "payable": false,
            "returnParameters": {
              "id": 1675,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1674,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 1676,
                  "src": "269:7:6",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1673,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "269:7:6",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "268:9:6"
            },
            "scope": 1677,
            "src": "190:88:6",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 1678,
        "src": "26:254:6"
      }
    ],
    "src": "0:281:6"
  },
  "legacyAST": {
    "absolutePath": "/Users/godfreyhobbs/repo/Linnia-Smart-Contracts/contracts/interfaces/IrisScoreProviderI.sol",
    "exportedSymbols": {
      "IrisScoreProviderI": [
        1677
      ]
    },
    "id": 1678,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1669,
        "literals": [
          "solidity",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:6"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": false,
        "id": 1677,
        "linearizedBaseContracts": [
          1677
        ],
        "name": "IrisScoreProviderI",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": "report the IRIS score for the dasaHash records\n @param dataHash the hash of the data to be scored",
            "id": 1676,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "report",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 1672,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1671,
                  "name": "dataHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 1676,
                  "src": "206:16:6",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 1670,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "206:7:6",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "205:18:6"
            },
            "payable": false,
            "returnParameters": {
              "id": 1675,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1674,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 1676,
                  "src": "269:7:6",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1673,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "269:7:6",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "268:9:6"
            },
            "scope": 1677,
            "src": "190:88:6",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 1678,
        "src": "26:254:6"
      }
    ],
    "src": "0:281:6"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "2.0.0",
  "updatedAt": "2018-11-23T02:11:19.557Z"
}