{
  "contractName": "IrisScoreProviderMock",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "val",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "dataHash",
          "type": "bytes32"
        }
      ],
      "name": "report",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "newVale",
          "type": "uint256"
        }
      ],
      "name": "setVal",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x6080604052602a60005534801561001557600080fd5b50610157806100256000396000f300608060405260043610610057576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806326030a341461005c5780633c6bb436146100a15780633d4197f0146100cc575b600080fd5b34801561006857600080fd5b5061008b60048036038101908080356000191690602001909291905050506100f9565b6040518082815260200191505060405180910390f35b3480156100ad57600080fd5b506100b661011b565b6040518082815260200191505060405180910390f35b3480156100d857600080fd5b506100f760048036038101908080359060200190929190505050610121565b005b60008060010282600019161415151561011157600080fd5b6000549050919050565b60005481565b80600081905550505600a165627a7a72305820084f482732c3f23d439af4a31dcef61999b9a3db0698576b45eaa6d5de613cb20029",
  "deployedBytecode": "0x608060405260043610610057576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806326030a341461005c5780633c6bb436146100a15780633d4197f0146100cc575b600080fd5b34801561006857600080fd5b5061008b60048036038101908080356000191690602001909291905050506100f9565b6040518082815260200191505060405180910390f35b3480156100ad57600080fd5b506100b661011b565b6040518082815260200191505060405180910390f35b3480156100d857600080fd5b506100f760048036038101908080359060200190929190505050610121565b005b60008060010282600019161415151561011157600080fd5b6000549050919050565b60005481565b80600081905550505600a165627a7a72305820084f482732c3f23d439af4a31dcef61999b9a3db0698576b45eaa6d5de613cb20029",
  "sourceMap": "74:290:9:-;;;154:2;133:23;;74:290;8:9:-1;5:2;;;30:1;27;20:12;5:2;74:290:9;;;;;;;",
  "deployedSourceMap": "74:290:9:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;163:123;;8:9:-1;5:2;;;30:1;27;20:12;5:2;163:123:9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;133:23;;8:9:-1;5:2;;;30:1;27;20:12;5:2;133:23:9;;;;;;;;;;;;;;;;;;;;;;;292:70;;8:9:-1;5:2;;;30:1;27;20:12;5:2;292:70:9;;;;;;;;;;;;;;;;;;;;;;;;;;163:123;218:7;257:1;245:13;;:8;:13;;;;;237:22;;;;;;;;276:3;;269:10;;163:123;;;:::o;133:23::-;;;;:::o;292:70::-;348:7;342:3;:13;;;;292:70;:::o",
  "source": "pragma solidity 0.4.24;\n\nimport \"../interfaces/IrisScoreProviderI.sol\";\n\n\ncontract IrisScoreProviderMock is IrisScoreProviderI{\n\n    uint256 public val = 42;\n\n    function report(bytes32 dataHash) public view returns (uint256) {\n        require(dataHash != 0);\n        return val;\n    }\n\n    function setVal(uint256 newVale) public {\n        val = newVale;\n    }\n}\n",
  "sourcePath": "/Users/godfreyhobbs/repo/Linnia-Smart-Contracts/contracts/mock/IrisScoreProviderMock.sol",
  "ast": {
    "absolutePath": "/Users/godfreyhobbs/repo/Linnia-Smart-Contracts/contracts/mock/IrisScoreProviderMock.sol",
    "exportedSymbols": {
      "IrisScoreProviderMock": [
        1830
      ]
    },
    "id": 1831,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1797,
        "literals": [
          "solidity",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:9"
      },
      {
        "absolutePath": "/Users/godfreyhobbs/repo/Linnia-Smart-Contracts/contracts/interfaces/IrisScoreProviderI.sol",
        "file": "../interfaces/IrisScoreProviderI.sol",
        "id": 1798,
        "nodeType": "ImportDirective",
        "scope": 1831,
        "sourceUnit": 1678,
        "src": "25:46:9",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 1799,
              "name": "IrisScoreProviderI",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 1677,
              "src": "108:18:9",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IrisScoreProviderI_$1677",
                "typeString": "contract IrisScoreProviderI"
              }
            },
            "id": 1800,
            "nodeType": "InheritanceSpecifier",
            "src": "108:18:9"
          }
        ],
        "contractDependencies": [
          1677
        ],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 1830,
        "linearizedBaseContracts": [
          1830,
          1677
        ],
        "name": "IrisScoreProviderMock",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": false,
            "id": 1803,
            "name": "val",
            "nodeType": "VariableDeclaration",
            "scope": 1830,
            "src": "133:23:9",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 1801,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "133:7:9",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": {
              "argumentTypes": null,
              "hexValue": "3432",
              "id": 1802,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "154:2:9",
              "subdenomination": null,
              "typeDescriptions": {
                "typeIdentifier": "t_rational_42_by_1",
                "typeString": "int_const 42"
              },
              "value": "42"
            },
            "visibility": "public"
          },
          {
            "body": {
              "id": 1818,
              "nodeType": "Block",
              "src": "227:59:9",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        "id": 1813,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 1811,
                          "name": "dataHash",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 1805,
                          "src": "245:8:9",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "hexValue": "30",
                          "id": 1812,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "257:1:9",
                          "subdenomination": null,
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          },
                          "value": "0"
                        },
                        "src": "245:13:9",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 1810,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        2756,
                        2757
                      ],
                      "referencedDeclaration": 2756,
                      "src": "237:7:9",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 1814,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "237:22:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 1815,
                  "nodeType": "ExpressionStatement",
                  "src": "237:22:9"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 1816,
                    "name": "val",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 1803,
                    "src": "276:3:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 1809,
                  "id": 1817,
                  "nodeType": "Return",
                  "src": "269:10:9"
                }
              ]
            },
            "documentation": null,
            "id": 1819,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "report",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 1806,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1805,
                  "name": "dataHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 1819,
                  "src": "179:16:9",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 1804,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "179:7:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "178:18:9"
            },
            "payable": false,
            "returnParameters": {
              "id": 1809,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1808,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 1819,
                  "src": "218:7:9",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1807,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "218:7:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "217:9:9"
            },
            "scope": 1830,
            "src": "163:123:9",
            "stateMutability": "view",
            "superFunction": 1676,
            "visibility": "public"
          },
          {
            "body": {
              "id": 1828,
              "nodeType": "Block",
              "src": "332:30:9",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 1826,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "id": 1824,
                      "name": "val",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 1803,
                      "src": "342:3:9",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 1825,
                      "name": "newVale",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 1821,
                      "src": "348:7:9",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "342:13:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "id": 1827,
                  "nodeType": "ExpressionStatement",
                  "src": "342:13:9"
                }
              ]
            },
            "documentation": null,
            "id": 1829,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "setVal",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 1822,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1821,
                  "name": "newVale",
                  "nodeType": "VariableDeclaration",
                  "scope": 1829,
                  "src": "308:15:9",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1820,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "308:7:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "307:17:9"
            },
            "payable": false,
            "returnParameters": {
              "id": 1823,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "332:0:9"
            },
            "scope": 1830,
            "src": "292:70:9",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 1831,
        "src": "74:290:9"
      }
    ],
    "src": "0:365:9"
  },
  "legacyAST": {
    "absolutePath": "/Users/godfreyhobbs/repo/Linnia-Smart-Contracts/contracts/mock/IrisScoreProviderMock.sol",
    "exportedSymbols": {
      "IrisScoreProviderMock": [
        1830
      ]
    },
    "id": 1831,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1797,
        "literals": [
          "solidity",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:9"
      },
      {
        "absolutePath": "/Users/godfreyhobbs/repo/Linnia-Smart-Contracts/contracts/interfaces/IrisScoreProviderI.sol",
        "file": "../interfaces/IrisScoreProviderI.sol",
        "id": 1798,
        "nodeType": "ImportDirective",
        "scope": 1831,
        "sourceUnit": 1678,
        "src": "25:46:9",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 1799,
              "name": "IrisScoreProviderI",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 1677,
              "src": "108:18:9",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IrisScoreProviderI_$1677",
                "typeString": "contract IrisScoreProviderI"
              }
            },
            "id": 1800,
            "nodeType": "InheritanceSpecifier",
            "src": "108:18:9"
          }
        ],
        "contractDependencies": [
          1677
        ],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 1830,
        "linearizedBaseContracts": [
          1830,
          1677
        ],
        "name": "IrisScoreProviderMock",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": false,
            "id": 1803,
            "name": "val",
            "nodeType": "VariableDeclaration",
            "scope": 1830,
            "src": "133:23:9",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 1801,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "133:7:9",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": {
              "argumentTypes": null,
              "hexValue": "3432",
              "id": 1802,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "154:2:9",
              "subdenomination": null,
              "typeDescriptions": {
                "typeIdentifier": "t_rational_42_by_1",
                "typeString": "int_const 42"
              },
              "value": "42"
            },
            "visibility": "public"
          },
          {
            "body": {
              "id": 1818,
              "nodeType": "Block",
              "src": "227:59:9",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "commonType": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        "id": 1813,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "argumentTypes": null,
                          "id": 1811,
                          "name": "dataHash",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 1805,
                          "src": "245:8:9",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "argumentTypes": null,
                          "hexValue": "30",
                          "id": 1812,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "257:1:9",
                          "subdenomination": null,
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          },
                          "value": "0"
                        },
                        "src": "245:13:9",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      ],
                      "id": 1810,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        2756,
                        2757
                      ],
                      "referencedDeclaration": 2756,
                      "src": "237:7:9",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$returns$__$",
                        "typeString": "function (bool) pure"
                      }
                    },
                    "id": 1814,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "237:22:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 1815,
                  "nodeType": "ExpressionStatement",
                  "src": "237:22:9"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 1816,
                    "name": "val",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 1803,
                    "src": "276:3:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 1809,
                  "id": 1817,
                  "nodeType": "Return",
                  "src": "269:10:9"
                }
              ]
            },
            "documentation": null,
            "id": 1819,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "report",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 1806,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1805,
                  "name": "dataHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 1819,
                  "src": "179:16:9",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 1804,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "179:7:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "178:18:9"
            },
            "payable": false,
            "returnParameters": {
              "id": 1809,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1808,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 1819,
                  "src": "218:7:9",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1807,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "218:7:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "217:9:9"
            },
            "scope": 1830,
            "src": "163:123:9",
            "stateMutability": "view",
            "superFunction": 1676,
            "visibility": "public"
          },
          {
            "body": {
              "id": 1828,
              "nodeType": "Block",
              "src": "332:30:9",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 1826,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "id": 1824,
                      "name": "val",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 1803,
                      "src": "342:3:9",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 1825,
                      "name": "newVale",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 1821,
                      "src": "348:7:9",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "342:13:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "id": 1827,
                  "nodeType": "ExpressionStatement",
                  "src": "342:13:9"
                }
              ]
            },
            "documentation": null,
            "id": 1829,
            "implemented": true,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "setVal",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 1822,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 1821,
                  "name": "newVale",
                  "nodeType": "VariableDeclaration",
                  "scope": 1829,
                  "src": "308:15:9",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 1820,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "308:7:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "307:17:9"
            },
            "payable": false,
            "returnParameters": {
              "id": 1823,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "332:0:9"
            },
            "scope": 1830,
            "src": "292:70:9",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 1831,
        "src": "74:290:9"
      }
    ],
    "src": "0:365:9"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "2.0.0",
  "updatedAt": "2018-11-23T02:11:19.558Z"
}