{
  "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": "/Users/oren/daostack/daostack2/daostack/contracts/universalSchemes/UniversalSchemeInterface.sol",
  "ast": {
    "attributes": {
      "absolutePath": "/Users/oren/daostack/daostack2/daostack/contracts/universalSchemes/UniversalSchemeInterface.sol",
      "exportedSymbols": {
        "UniversalSchemeInterface": [
          9604
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 9587,
        "name": "PragmaDirective",
        "src": "0:24:28"
      },
      {
        "attributes": {
          "SourceUnit": 4968,
          "absolutePath": "/Users/oren/daostack/daostack2/daostack/contracts/controller/Controller.sol",
          "file": "../controller/Controller.sol",
          "scope": 9605,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 9588,
        "name": "ImportDirective",
        "src": "26:38:28"
      },
      {
        "attributes": {
          "SourceUnit": 3874,
          "absolutePath": "/Users/oren/daostack/daostack2/daostack/contracts/controller/Avatar.sol",
          "file": "../controller/Avatar.sol",
          "scope": 9605,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 9589,
        "name": "ImportDirective",
        "src": "65:34:28"
      },
      {
        "attributes": {
          "SourceUnit": 11446,
          "absolutePath": "zeppelin-solidity/contracts/ownership/Ownable.sol",
          "file": "zeppelin-solidity/contracts/ownership/Ownable.sol",
          "scope": 9605,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 9590,
        "name": "ImportDirective",
        "src": "100:59:28"
      },
      {
        "attributes": {
          "SourceUnit": 12000,
          "absolutePath": "zeppelin-solidity/contracts/token/StandardToken.sol",
          "file": "zeppelin-solidity/contracts/token/StandardToken.sol",
          "scope": 9605,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 9591,
        "name": "ImportDirective",
        "src": "160:61:28"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "contract",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            9604
          ],
          "name": "UniversalSchemeInterface",
          "scope": 9605
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "updateParameters",
              "payable": false,
              "scope": 9604,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_hashedParameters",
                      "scope": 9596,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 9592,
                        "name": "ElementaryTypeName",
                        "src": "291:7:28"
                      }
                    ],
                    "id": 9593,
                    "name": "VariableDeclaration",
                    "src": "291:25:28"
                  }
                ],
                "id": 9594,
                "name": "ParameterList",
                "src": "290:27:28"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 9595,
                "name": "ParameterList",
                "src": "324:0:28"
              }
            ],
            "id": 9596,
            "name": "FunctionDefinition",
            "src": "265:60:28"
          },
          {
            "attributes": {
              "body": null,
              "constant": true,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "getParametersFromController",
              "payable": false,
              "scope": 9604,
              "stateMutability": "view",
              "superFunction": null,
              "visibility": "internal"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_avatar",
                      "scope": 9603,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "contract Avatar",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "contractScope": null,
                          "name": "Avatar",
                          "referencedDeclaration": 3873,
                          "type": "contract Avatar"
                        },
                        "id": 9597,
                        "name": "UserDefinedTypeName",
                        "src": "368:6:28"
                      }
                    ],
                    "id": 9598,
                    "name": "VariableDeclaration",
                    "src": "368:14:28"
                  }
                ],
                "id": 9599,
                "name": "ParameterList",
                "src": "367:16:28"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 9603,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 9600,
                        "name": "ElementaryTypeName",
                        "src": "410:7:28"
                      }
                    ],
                    "id": 9601,
                    "name": "VariableDeclaration",
                    "src": "410:7:28"
                  }
                ],
                "id": 9602,
                "name": "ParameterList",
                "src": "409:9:28"
              }
            ],
            "id": 9603,
            "name": "FunctionDefinition",
            "src": "331:88:28"
          }
        ],
        "id": 9604,
        "name": "ContractDefinition",
        "src": "224:197:28"
      }
    ],
    "id": 9605,
    "name": "SourceUnit",
    "src": "0:422:28"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-02-04T21:57:39.067Z"
}