{
  "contractName": "ExecutableTest",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "name": "_proposalId",
          "type": "bytes32"
        },
        {
          "name": "_avatar",
          "type": "address"
        },
        {
          "name": "_param",
          "type": "int256"
        }
      ],
      "name": "execute",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_msg",
          "type": "address"
        }
      ],
      "name": "LogAddress",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_msg",
          "type": "int256"
        }
      ],
      "name": "LogInt",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_msg",
          "type": "string"
        }
      ],
      "name": "LogString",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_msg",
          "type": "uint256"
        }
      ],
      "name": "LogUint",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_msg",
          "type": "bytes"
        }
      ],
      "name": "LogBytes",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_msg",
          "type": "bytes32"
        }
      ],
      "name": "LogBytes32",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "name": "_msg",
          "type": "bool"
        }
      ],
      "name": "LogBool",
      "type": "event"
    }
  ],
  "bytecode": "0x6060604052341561000f57600080fd5b6101728061001e6000396000f3006060604052600436106100405763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663310ce4e28114610045575b600080fd5b341561005057600080fd5b61007760043573ffffffffffffffffffffffffffffffffffffffff6024351660443561008b565b604051901515815260200160405180910390f35b60007e9fd52f05c0ded31d6fb0ee580b923f85e99cf1a5a1da342f25e73c45829c838460405190815260200160405180910390a17fb123f68b8ba02b447d91a6629e121111b7dd6061ff418a60139c8bf00522a2848360405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390a17f1aa4309bfd99af8afa7454590e1bdaa5a9b3b63e5baa109ae9afa3ecd0c67f398260405190815260200160405180910390a150600193925050505600a165627a7a7230582068a41e636377bca3ebb0d9a3f0676fc632a6d75042733b0a77cb32d15c524fea0029",
  "deployedBytecode": "0x6060604052600436106100405763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663310ce4e28114610045575b600080fd5b341561005057600080fd5b61007760043573ffffffffffffffffffffffffffffffffffffffff6024351660443561008b565b604051901515815260200160405180910390f35b60007e9fd52f05c0ded31d6fb0ee580b923f85e99cf1a5a1da342f25e73c45829c838460405190815260200160405180910390a17fb123f68b8ba02b447d91a6629e121111b7dd6061ff418a60139c8bf00522a2848360405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390a17f1aa4309bfd99af8afa7454590e1bdaa5a9b3b63e5baa109ae9afa3ecd0c67f398260405190815260200160405180910390a150600193925050505600a165627a7a7230582068a41e636377bca3ebb0d9a3f0676fc632a6d75042733b0a77cb32d15c524fea0029",
  "sourceMap": "104:265:16:-;;;;;;;;;;;;;;;;;",
  "deployedSourceMap": "104:265:16:-;;;;;;;;;;;;;;;;;;;;;;;165:202;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;247:4;263:23;274:11;263:23;;;;;;;;;;;;;;296:19;307:7;296:19;;;;;;;;;;;;;;;;;325:14;332:6;325:14;;;;;;;;;;;;;;-1:-1:-1;356:4:16;165:202;;;;;:::o",
  "source": "pragma solidity ^0.4.18;\n\nimport \"./Debug.sol\";\nimport \"../universalSchemes/ExecutableInterface.sol\";\n\n\ncontract ExecutableTest is ExecutableInterface, Debug {\n\n    function execute(bytes32 _proposalId, address _avatar, int _param) public returns(bool) {\n        LogBytes32(_proposalId);\n        LogAddress(_avatar);\n        LogInt(_param);\n        return true;\n    }\n}\n",
  "sourcePath": "/Users/oren/daostack/daostack2/daostack/contracts/test/ExecutableTest.sol",
  "ast": {
    "attributes": {
      "absolutePath": "/Users/oren/daostack/daostack2/daostack/contracts/test/ExecutableTest.sol",
      "exportedSymbols": {
        "ExecutableTest": [
          6931
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 6898,
        "name": "PragmaDirective",
        "src": "0:24:16"
      },
      {
        "attributes": {
          "SourceUnit": 6897,
          "absolutePath": "/Users/oren/daostack/daostack2/daostack/contracts/test/Debug.sol",
          "file": "./Debug.sol",
          "scope": 6932,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 6899,
        "name": "ImportDirective",
        "src": "26:21:16"
      },
      {
        "attributes": {
          "SourceUnit": 8022,
          "absolutePath": "/Users/oren/daostack/daostack2/daostack/contracts/universalSchemes/ExecutableInterface.sol",
          "file": "../universalSchemes/ExecutableInterface.sol",
          "scope": 6932,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 6900,
        "name": "ImportDirective",
        "src": "48:53:16"
      },
      {
        "attributes": {
          "contractDependencies": [
            6896,
            8021
          ],
          "contractKind": "contract",
          "documentation": null,
          "fullyImplemented": true,
          "linearizedBaseContracts": [
            6931,
            6896,
            8021
          ],
          "name": "ExecutableTest",
          "scope": 6932
        },
        "children": [
          {
            "attributes": {
              "arguments": [
                null
              ]
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "ExecutableInterface",
                  "referencedDeclaration": 8021,
                  "type": "contract ExecutableInterface"
                },
                "id": 6901,
                "name": "UserDefinedTypeName",
                "src": "131:19:16"
              }
            ],
            "id": 6902,
            "name": "InheritanceSpecifier",
            "src": "131:19:16"
          },
          {
            "attributes": {
              "arguments": [
                null
              ]
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "Debug",
                  "referencedDeclaration": 6896,
                  "type": "contract Debug"
                },
                "id": 6903,
                "name": "UserDefinedTypeName",
                "src": "152:5:16"
              }
            ],
            "id": 6904,
            "name": "InheritanceSpecifier",
            "src": "152:5:16"
          },
          {
            "attributes": {
              "constant": false,
              "implemented": true,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "execute",
              "payable": false,
              "scope": 6931,
              "stateMutability": "nonpayable",
              "superFunction": 8020,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_proposalId",
                      "scope": 6930,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 6905,
                        "name": "ElementaryTypeName",
                        "src": "182:7:16"
                      }
                    ],
                    "id": 6906,
                    "name": "VariableDeclaration",
                    "src": "182:19:16"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_avatar",
                      "scope": 6930,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 6907,
                        "name": "ElementaryTypeName",
                        "src": "203:7:16"
                      }
                    ],
                    "id": 6908,
                    "name": "VariableDeclaration",
                    "src": "203:15:16"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_param",
                      "scope": 6930,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "int256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "int",
                          "type": "int256"
                        },
                        "id": 6909,
                        "name": "ElementaryTypeName",
                        "src": "220:3:16"
                      }
                    ],
                    "id": 6910,
                    "name": "VariableDeclaration",
                    "src": "220:10:16"
                  }
                ],
                "id": 6911,
                "name": "ParameterList",
                "src": "181:50:16"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 6930,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 6912,
                        "name": "ElementaryTypeName",
                        "src": "247:4:16"
                      }
                    ],
                    "id": 6913,
                    "name": "VariableDeclaration",
                    "src": "247:4:16"
                  }
                ],
                "id": 6914,
                "name": "ParameterList",
                "src": "246:6:16"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_bytes32",
                                  "typeString": "bytes32"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6891,
                              "type": "function (bytes32)",
                              "value": "LogBytes32"
                            },
                            "id": 6915,
                            "name": "Identifier",
                            "src": "263:10:16"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6906,
                              "type": "bytes32",
                              "value": "_proposalId"
                            },
                            "id": 6916,
                            "name": "Identifier",
                            "src": "274:11:16"
                          }
                        ],
                        "id": 6917,
                        "name": "FunctionCall",
                        "src": "263:23:16"
                      }
                    ],
                    "id": 6918,
                    "name": "ExpressionStatement",
                    "src": "263:23:16"
                  },
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_address",
                                  "typeString": "address"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6871,
                              "type": "function (address)",
                              "value": "LogAddress"
                            },
                            "id": 6919,
                            "name": "Identifier",
                            "src": "296:10:16"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6908,
                              "type": "address",
                              "value": "_avatar"
                            },
                            "id": 6920,
                            "name": "Identifier",
                            "src": "307:7:16"
                          }
                        ],
                        "id": 6921,
                        "name": "FunctionCall",
                        "src": "296:19:16"
                      }
                    ],
                    "id": 6922,
                    "name": "ExpressionStatement",
                    "src": "296:19:16"
                  },
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_int256",
                                  "typeString": "int256"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6875,
                              "type": "function (int256)",
                              "value": "LogInt"
                            },
                            "id": 6923,
                            "name": "Identifier",
                            "src": "325:6:16"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6910,
                              "type": "int256",
                              "value": "_param"
                            },
                            "id": 6924,
                            "name": "Identifier",
                            "src": "332:6:16"
                          }
                        ],
                        "id": 6925,
                        "name": "FunctionCall",
                        "src": "325:14:16"
                      }
                    ],
                    "id": 6926,
                    "name": "ExpressionStatement",
                    "src": "325:14:16"
                  },
                  {
                    "attributes": {
                      "functionReturnParameters": 6914
                    },
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "hexvalue": "74727565",
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "subdenomination": null,
                          "token": "bool",
                          "type": "bool",
                          "value": "true"
                        },
                        "id": 6927,
                        "name": "Literal",
                        "src": "356:4:16"
                      }
                    ],
                    "id": 6928,
                    "name": "Return",
                    "src": "349:11:16"
                  }
                ],
                "id": 6929,
                "name": "Block",
                "src": "253:114:16"
              }
            ],
            "id": 6930,
            "name": "FunctionDefinition",
            "src": "165:202:16"
          }
        ],
        "id": 6931,
        "name": "ContractDefinition",
        "src": "104:265:16"
      }
    ],
    "id": 6932,
    "name": "SourceUnit",
    "src": "0:370:16"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-02-04T21:57:39.059Z"
}