{
  "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": "0x6060604052341561000f57600080fd5b6101728061001e6000396000f3006060604052600436106100405763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663310ce4e28114610045575b600080fd5b341561005057600080fd5b61007760043573ffffffffffffffffffffffffffffffffffffffff6024351660443561008b565b604051901515815260200160405180910390f35b60007e9fd52f05c0ded31d6fb0ee580b923f85e99cf1a5a1da342f25e73c45829c838460405190815260200160405180910390a17fb123f68b8ba02b447d91a6629e121111b7dd6061ff418a60139c8bf00522a2848360405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390a17f1aa4309bfd99af8afa7454590e1bdaa5a9b3b63e5baa109ae9afa3ecd0c67f398260405190815260200160405180910390a150600193925050505600a165627a7a72305820846670f015598045c76461c26f1fc5ec20c2ce7bc02a5e4bd7eae6c1c92222550029",
  "deployedBytecode": "0x6060604052600436106100405763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663310ce4e28114610045575b600080fd5b341561005057600080fd5b61007760043573ffffffffffffffffffffffffffffffffffffffff6024351660443561008b565b604051901515815260200160405180910390f35b60007e9fd52f05c0ded31d6fb0ee580b923f85e99cf1a5a1da342f25e73c45829c838460405190815260200160405180910390a17fb123f68b8ba02b447d91a6629e121111b7dd6061ff418a60139c8bf00522a2848360405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390a17f1aa4309bfd99af8afa7454590e1bdaa5a9b3b63e5baa109ae9afa3ecd0c67f398260405190815260200160405180910390a150600193925050505600a165627a7a72305820846670f015598045c76461c26f1fc5ec20c2ce7bc02a5e4bd7eae6c1c92222550029",
  "sourceMap": "104:265:15:-;;;;;;;;;;;;;;;;;",
  "deployedSourceMap": "104:265:15:-;;;;;;;;;;;;;;;;;;;;;;;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:15;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": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/test/ExecutableTest.sol",
  "ast": {
    "attributes": {
      "absolutePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/test/ExecutableTest.sol",
      "exportedSymbols": {
        "ExecutableTest": [
          6123
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 6090,
        "name": "PragmaDirective",
        "src": "0:24:15"
      },
      {
        "attributes": {
          "SourceUnit": 6089,
          "absolutePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/test/Debug.sol",
          "file": "./Debug.sol",
          "scope": 6124,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 6091,
        "name": "ImportDirective",
        "src": "26:21:15"
      },
      {
        "attributes": {
          "SourceUnit": 6618,
          "absolutePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/universalSchemes/ExecutableInterface.sol",
          "file": "../universalSchemes/ExecutableInterface.sol",
          "scope": 6124,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 6092,
        "name": "ImportDirective",
        "src": "48:53:15"
      },
      {
        "attributes": {
          "contractDependencies": [
            6088,
            6617
          ],
          "contractKind": "contract",
          "documentation": null,
          "fullyImplemented": true,
          "linearizedBaseContracts": [
            6123,
            6088,
            6617
          ],
          "name": "ExecutableTest",
          "scope": 6124
        },
        "children": [
          {
            "attributes": {
              "arguments": [
                null
              ]
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "ExecutableInterface",
                  "referencedDeclaration": 6617,
                  "type": "contract ExecutableInterface"
                },
                "id": 6093,
                "name": "UserDefinedTypeName",
                "src": "131:19:15"
              }
            ],
            "id": 6094,
            "name": "InheritanceSpecifier",
            "src": "131:19:15"
          },
          {
            "attributes": {
              "arguments": [
                null
              ]
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "Debug",
                  "referencedDeclaration": 6088,
                  "type": "contract Debug"
                },
                "id": 6095,
                "name": "UserDefinedTypeName",
                "src": "152:5:15"
              }
            ],
            "id": 6096,
            "name": "InheritanceSpecifier",
            "src": "152:5:15"
          },
          {
            "attributes": {
              "constant": false,
              "implemented": true,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "execute",
              "payable": false,
              "scope": 6123,
              "stateMutability": "nonpayable",
              "superFunction": 6616,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_proposalId",
                      "scope": 6122,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 6097,
                        "name": "ElementaryTypeName",
                        "src": "182:7:15"
                      }
                    ],
                    "id": 6098,
                    "name": "VariableDeclaration",
                    "src": "182:19:15"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_avatar",
                      "scope": 6122,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 6099,
                        "name": "ElementaryTypeName",
                        "src": "203:7:15"
                      }
                    ],
                    "id": 6100,
                    "name": "VariableDeclaration",
                    "src": "203:15:15"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_param",
                      "scope": 6122,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "int256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "int",
                          "type": "int256"
                        },
                        "id": 6101,
                        "name": "ElementaryTypeName",
                        "src": "220:3:15"
                      }
                    ],
                    "id": 6102,
                    "name": "VariableDeclaration",
                    "src": "220:10:15"
                  }
                ],
                "id": 6103,
                "name": "ParameterList",
                "src": "181:50:15"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 6122,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 6104,
                        "name": "ElementaryTypeName",
                        "src": "247:4:15"
                      }
                    ],
                    "id": 6105,
                    "name": "VariableDeclaration",
                    "src": "247:4:15"
                  }
                ],
                "id": 6106,
                "name": "ParameterList",
                "src": "246:6:15"
              },
              {
                "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": 6083,
                              "type": "function (bytes32)",
                              "value": "LogBytes32"
                            },
                            "id": 6107,
                            "name": "Identifier",
                            "src": "263:10:15"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6098,
                              "type": "bytes32",
                              "value": "_proposalId"
                            },
                            "id": 6108,
                            "name": "Identifier",
                            "src": "274:11:15"
                          }
                        ],
                        "id": 6109,
                        "name": "FunctionCall",
                        "src": "263:23:15"
                      }
                    ],
                    "id": 6110,
                    "name": "ExpressionStatement",
                    "src": "263:23:15"
                  },
                  {
                    "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": 6063,
                              "type": "function (address)",
                              "value": "LogAddress"
                            },
                            "id": 6111,
                            "name": "Identifier",
                            "src": "296:10:15"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6100,
                              "type": "address",
                              "value": "_avatar"
                            },
                            "id": 6112,
                            "name": "Identifier",
                            "src": "307:7:15"
                          }
                        ],
                        "id": 6113,
                        "name": "FunctionCall",
                        "src": "296:19:15"
                      }
                    ],
                    "id": 6114,
                    "name": "ExpressionStatement",
                    "src": "296:19:15"
                  },
                  {
                    "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": 6067,
                              "type": "function (int256)",
                              "value": "LogInt"
                            },
                            "id": 6115,
                            "name": "Identifier",
                            "src": "325:6:15"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6102,
                              "type": "int256",
                              "value": "_param"
                            },
                            "id": 6116,
                            "name": "Identifier",
                            "src": "332:6:15"
                          }
                        ],
                        "id": 6117,
                        "name": "FunctionCall",
                        "src": "325:14:15"
                      }
                    ],
                    "id": 6118,
                    "name": "ExpressionStatement",
                    "src": "325:14:15"
                  },
                  {
                    "attributes": {
                      "functionReturnParameters": 6106
                    },
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "hexvalue": "74727565",
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "subdenomination": null,
                          "token": "bool",
                          "type": "bool",
                          "value": "true"
                        },
                        "id": 6119,
                        "name": "Literal",
                        "src": "356:4:15"
                      }
                    ],
                    "id": 6120,
                    "name": "Return",
                    "src": "349:11:15"
                  }
                ],
                "id": 6121,
                "name": "Block",
                "src": "253:114:15"
              }
            ],
            "id": 6122,
            "name": "FunctionDefinition",
            "src": "165:202:15"
          }
        ],
        "id": 6123,
        "name": "ContractDefinition",
        "src": "104:265:15"
      }
    ],
    "id": 6124,
    "name": "SourceUnit",
    "src": "0:370:15"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-01-25T13:14:57.916Z"
}