{
  "contractName": "UniversalSchemeInterface",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "name": "_hashedParameters",
          "type": "bytes32"
        }
      ],
      "name": "updateParameters",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.18;\n\nimport \"../controller/Controller.sol\";\nimport \"../controller/Avatar.sol\";\nimport \"zeppelin-solidity/contracts/ownership/Ownable.sol\";\nimport \"zeppelin-solidity/contracts/token/StandardToken.sol\";\n\n\ncontract UniversalSchemeInterface {\n\n    function updateParameters(bytes32 _hashedParameters) public;\n\n    function getParametersFromController(Avatar _avatar) internal constant returns(bytes32);\n}\n",
  "sourcePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/universalSchemes/UniversalSchemeInterface.sol",
  "ast": {
    "attributes": {
      "absolutePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/universalSchemes/UniversalSchemeInterface.sol",
      "exportedSymbols": {
        "UniversalSchemeInterface": [
          8484
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 8467,
        "name": "PragmaDirective",
        "src": "0:24:26"
      },
      {
        "attributes": {
          "SourceUnit": 4160,
          "absolutePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/controller/Controller.sol",
          "file": "../controller/Controller.sol",
          "scope": 8485,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 8468,
        "name": "ImportDirective",
        "src": "26:38:26"
      },
      {
        "attributes": {
          "SourceUnit": 3066,
          "absolutePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/controller/Avatar.sol",
          "file": "../controller/Avatar.sol",
          "scope": 8485,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 8469,
        "name": "ImportDirective",
        "src": "65:34:26"
      },
      {
        "attributes": {
          "SourceUnit": 10302,
          "absolutePath": "zeppelin-solidity/contracts/ownership/Ownable.sol",
          "file": "zeppelin-solidity/contracts/ownership/Ownable.sol",
          "scope": 8485,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 8470,
        "name": "ImportDirective",
        "src": "100:59:26"
      },
      {
        "attributes": {
          "SourceUnit": 10856,
          "absolutePath": "zeppelin-solidity/contracts/token/StandardToken.sol",
          "file": "zeppelin-solidity/contracts/token/StandardToken.sol",
          "scope": 8485,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 8471,
        "name": "ImportDirective",
        "src": "160:61:26"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "contract",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            8484
          ],
          "name": "UniversalSchemeInterface",
          "scope": 8485
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "updateParameters",
              "payable": false,
              "scope": 8484,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_hashedParameters",
                      "scope": 8476,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 8472,
                        "name": "ElementaryTypeName",
                        "src": "291:7:26"
                      }
                    ],
                    "id": 8473,
                    "name": "VariableDeclaration",
                    "src": "291:25:26"
                  }
                ],
                "id": 8474,
                "name": "ParameterList",
                "src": "290:27:26"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 8475,
                "name": "ParameterList",
                "src": "324:0:26"
              }
            ],
            "id": 8476,
            "name": "FunctionDefinition",
            "src": "265:60:26"
          },
          {
            "attributes": {
              "body": null,
              "constant": true,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "getParametersFromController",
              "payable": false,
              "scope": 8484,
              "stateMutability": "view",
              "superFunction": null,
              "visibility": "internal"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_avatar",
                      "scope": 8483,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "contract Avatar",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "contractScope": null,
                          "name": "Avatar",
                          "referencedDeclaration": 3065,
                          "type": "contract Avatar"
                        },
                        "id": 8477,
                        "name": "UserDefinedTypeName",
                        "src": "368:6:26"
                      }
                    ],
                    "id": 8478,
                    "name": "VariableDeclaration",
                    "src": "368:14:26"
                  }
                ],
                "id": 8479,
                "name": "ParameterList",
                "src": "367:16:26"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 8483,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 8480,
                        "name": "ElementaryTypeName",
                        "src": "410:7:26"
                      }
                    ],
                    "id": 8481,
                    "name": "VariableDeclaration",
                    "src": "410:7:26"
                  }
                ],
                "id": 8482,
                "name": "ParameterList",
                "src": "409:9:26"
              }
            ],
            "id": 8483,
            "name": "FunctionDefinition",
            "src": "331:88:26"
          }
        ],
        "id": 8484,
        "name": "ContractDefinition",
        "src": "224:197:26"
      }
    ],
    "id": 8485,
    "name": "SourceUnit",
    "src": "0:422:26"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-01-25T13:14:57.925Z"
}