{
  "contractName": "UniversalSchemeMock",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "name": "_hashedParameters",
          "type": "bytes32"
        }
      ],
      "name": "updateParameters",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "hashedParameters",
      "outputs": [
        {
          "name": "",
          "type": "bytes32"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "proposalId",
          "type": "bytes32"
        }
      ],
      "name": "LogNewProposal",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferred",
      "type": "event"
    }
  ],
  "bytecode": "0x6060604052341561000f57600080fd5b60008054600160a060020a033316600160a060020a03199091161790556101ed8061003b6000396000f3006060604052600436106100615763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416632ac2af5381146100665780638da5cb5b1461007e578063f2fde38b146100ad578063f98e87ba146100cc575b600080fd5b341561007157600080fd5b61007c6004356100f1565b005b341561008957600080fd5b610091610111565b604051600160a060020a03909116815260200160405180910390f35b34156100b857600080fd5b61007c600160a060020a0360043516610120565b34156100d757600080fd5b6100df6101bb565b60405190815260200160405180910390f35b60005433600160a060020a0390811691161461010c57600080fd5b600155565b600054600160a060020a031681565b60005433600160a060020a0390811691161461013b57600080fd5b600160a060020a038116151561015057600080fd5b600054600160a060020a0380831691167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600154815600a165627a7a72305820c6c2891f4cf5357ed2b20173ee43009a59c0ebb3f9bf8b4cbad936ba5a599e1e0029",
  "deployedBytecode": "0x6060604052600436106100615763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416632ac2af5381146100665780638da5cb5b1461007e578063f2fde38b146100ad578063f98e87ba146100cc575b600080fd5b341561007157600080fd5b61007c6004356100f1565b005b341561008957600080fd5b610091610111565b604051600160a060020a03909116815260200160405180910390f35b34156100b857600080fd5b61007c600160a060020a0360043516610120565b34156100d757600080fd5b6100df6101bb565b60405190815260200160405180910390f35b60005433600160a060020a0390811691161461010c57600080fd5b600155565b600054600160a060020a031681565b60005433600160a060020a0390811691161461013b57600080fd5b600160a060020a038116151561015057600080fd5b600054600160a060020a0380831691167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600154815600a165627a7a72305820c6c2891f4cf5357ed2b20173ee43009a59c0ebb3f9bf8b4cbad936ba5a599e1e0029",
  "sourceMap": "78:102:17:-;;;133:45;;;;;;;;501:5:33;:18;;-1:-1:-1;;;;;509:10:33;501:18;-1:-1:-1;;;;;;501:18:33;;;;;;78:102:17;;;;;;",
  "deployedSourceMap": "78:102:17:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;455:157:25;;;;;;;;;;;;;;;;238:20:33;;;;;;;;;;;;;;;-1:-1:-1;;;;;238:20:33;;;;;;;;;;;;;;834:169;;;;;;;;;;-1:-1:-1;;;;;834:169:33;;;;;345:31:25;;;;;;;;;;;;;;;;;;;;;;;;;;;455:157;654:5:33;;640:10;-1:-1:-1;;;;;640:19:33;;;654:5;;640:19;632:28;;;;;;569:16:25;:36;455:157::o;238:20:33:-;;;-1:-1:-1;;;;;238:20:33;;:::o;834:169::-;654:5;;640:10;-1:-1:-1;;;;;640:19:33;;;654:5;;640:19;632:28;;;;;;-1:-1:-1;;;;;910:22:33;;;;902:31;;;;;;960:5;;-1:-1:-1;;;;;939:37:33;;;;960:5;939:37;;;;;;;;;;982:5;:16;;-1:-1:-1;;982:16:33;-1:-1:-1;;;;;982:16:33;;;;;;;;;;834:169::o;345:31:25:-;;;;:::o",
  "source": "pragma solidity ^0.4.18;\n\nimport \"../universalSchemes/UniversalScheme.sol\";\n\n\ncontract UniversalSchemeMock is UniversalScheme {\n\n    function UniversalSchemeMock() public {\n    }\n}\n",
  "sourcePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/test/UniversalSchemeMock.sol",
  "ast": {
    "attributes": {
      "absolutePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/test/UniversalSchemeMock.sol",
      "exportedSymbols": {
        "UniversalSchemeMock": [
          6205
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 6197,
        "name": "PragmaDirective",
        "src": "0:24:17"
      },
      {
        "attributes": {
          "SourceUnit": 8466,
          "absolutePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/universalSchemes/UniversalScheme.sol",
          "file": "../universalSchemes/UniversalScheme.sol",
          "scope": 6206,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 6198,
        "name": "ImportDirective",
        "src": "26:49:17"
      },
      {
        "attributes": {
          "contractDependencies": [
            8465,
            8484,
            10301
          ],
          "contractKind": "contract",
          "documentation": null,
          "fullyImplemented": true,
          "linearizedBaseContracts": [
            6205,
            8465,
            8484,
            10301
          ],
          "name": "UniversalSchemeMock",
          "scope": 6206
        },
        "children": [
          {
            "attributes": {
              "arguments": [
                null
              ]
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "UniversalScheme",
                  "referencedDeclaration": 8465,
                  "type": "contract UniversalScheme"
                },
                "id": 6199,
                "name": "UserDefinedTypeName",
                "src": "110:15:17"
              }
            ],
            "id": 6200,
            "name": "InheritanceSpecifier",
            "src": "110:15:17"
          },
          {
            "attributes": {
              "constant": false,
              "implemented": true,
              "isConstructor": true,
              "modifiers": [
                null
              ],
              "name": "UniversalSchemeMock",
              "payable": false,
              "scope": 6205,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 6201,
                "name": "ParameterList",
                "src": "161:2:17"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 6202,
                "name": "ParameterList",
                "src": "171:0:17"
              },
              {
                "attributes": {
                  "statements": [
                    null
                  ]
                },
                "children": [],
                "id": 6203,
                "name": "Block",
                "src": "171:7:17"
              }
            ],
            "id": 6204,
            "name": "FunctionDefinition",
            "src": "133:45:17"
          }
        ],
        "id": 6205,
        "name": "ContractDefinition",
        "src": "78:102:17"
      }
    ],
    "id": 6206,
    "name": "SourceUnit",
    "src": "0:181:17"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-01-25T13:14:57.917Z"
}