{
  "contractName": "ExecutableInterface",
  "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"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.18;\n\nimport \"../controller/Controller.sol\";\n\n\ncontract ExecutableInterface {\n    function execute(bytes32 _proposalId, address _avatar, int _param) public returns(bool);\n}\n",
  "sourcePath": "/Users/oren/daostack/daostack2/daostack/contracts/universalSchemes/ExecutableInterface.sol",
  "ast": {
    "attributes": {
      "absolutePath": "/Users/oren/daostack/daostack2/daostack/contracts/universalSchemes/ExecutableInterface.sol",
      "exportedSymbols": {
        "ExecutableInterface": [
          8021
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 8008,
        "name": "PragmaDirective",
        "src": "0:24:22"
      },
      {
        "attributes": {
          "SourceUnit": 4968,
          "absolutePath": "/Users/oren/daostack/daostack2/daostack/contracts/controller/Controller.sol",
          "file": "../controller/Controller.sol",
          "scope": 8022,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 8009,
        "name": "ImportDirective",
        "src": "26:38:22"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "contract",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            8021
          ],
          "name": "ExecutableInterface",
          "scope": 8022
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "execute",
              "payable": false,
              "scope": 8021,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_proposalId",
                      "scope": 8020,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 8010,
                        "name": "ElementaryTypeName",
                        "src": "119:7:22"
                      }
                    ],
                    "id": 8011,
                    "name": "VariableDeclaration",
                    "src": "119:19:22"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_avatar",
                      "scope": 8020,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 8012,
                        "name": "ElementaryTypeName",
                        "src": "140:7:22"
                      }
                    ],
                    "id": 8013,
                    "name": "VariableDeclaration",
                    "src": "140:15:22"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_param",
                      "scope": 8020,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "int256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "int",
                          "type": "int256"
                        },
                        "id": 8014,
                        "name": "ElementaryTypeName",
                        "src": "157:3:22"
                      }
                    ],
                    "id": 8015,
                    "name": "VariableDeclaration",
                    "src": "157:10:22"
                  }
                ],
                "id": 8016,
                "name": "ParameterList",
                "src": "118:50:22"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 8020,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 8017,
                        "name": "ElementaryTypeName",
                        "src": "184:4:22"
                      }
                    ],
                    "id": 8018,
                    "name": "VariableDeclaration",
                    "src": "184:4:22"
                  }
                ],
                "id": 8019,
                "name": "ParameterList",
                "src": "183:6:22"
              }
            ],
            "id": 8020,
            "name": "FunctionDefinition",
            "src": "102:88:22"
          }
        ],
        "id": 8021,
        "name": "ContractDefinition",
        "src": "67:125:22"
      }
    ],
    "id": 8022,
    "name": "SourceUnit",
    "src": "0:193:22"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-02-04T21:57:39.062Z"
}