{
  "contractName": "GlobalConstraintInterface",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "name": "_scheme",
          "type": "address"
        },
        {
          "name": "_params",
          "type": "bytes32"
        },
        {
          "name": "_method",
          "type": "bytes32"
        }
      ],
      "name": "post",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "_scheme",
          "type": "address"
        },
        {
          "name": "_params",
          "type": "bytes32"
        },
        {
          "name": "_method",
          "type": "bytes32"
        }
      ],
      "name": "pre",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.18;\n\n\ncontract GlobalConstraintInterface {\n    function pre( address _scheme, bytes32 _params, bytes32 _method ) public returns(bool);\n    function post( address _scheme, bytes32 _params, bytes32 _method ) public returns(bool);\n}\n",
  "sourcePath": "/Users/oren/daostack/daostack2/daostack/contracts/globalConstraints/GlobalConstraintInterface.sol",
  "ast": {
    "attributes": {
      "absolutePath": "/Users/oren/daostack/daostack2/daostack/contracts/globalConstraints/GlobalConstraintInterface.sol",
      "exportedSymbols": {
        "GlobalConstraintInterface": [
          6698
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 6675,
        "name": "PragmaDirective",
        "src": "0:24:12"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "contract",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            6698
          ],
          "name": "GlobalConstraintInterface",
          "scope": 6699
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "pre",
              "payable": false,
              "scope": 6698,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_scheme",
                      "scope": 6686,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 6676,
                        "name": "ElementaryTypeName",
                        "src": "82:7:12"
                      }
                    ],
                    "id": 6677,
                    "name": "VariableDeclaration",
                    "src": "82:15:12"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_params",
                      "scope": 6686,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 6678,
                        "name": "ElementaryTypeName",
                        "src": "99:7:12"
                      }
                    ],
                    "id": 6679,
                    "name": "VariableDeclaration",
                    "src": "99:15:12"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_method",
                      "scope": 6686,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 6680,
                        "name": "ElementaryTypeName",
                        "src": "116:7:12"
                      }
                    ],
                    "id": 6681,
                    "name": "VariableDeclaration",
                    "src": "116:15:12"
                  }
                ],
                "id": 6682,
                "name": "ParameterList",
                "src": "80:53:12"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 6686,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 6683,
                        "name": "ElementaryTypeName",
                        "src": "149:4:12"
                      }
                    ],
                    "id": 6684,
                    "name": "VariableDeclaration",
                    "src": "149:4:12"
                  }
                ],
                "id": 6685,
                "name": "ParameterList",
                "src": "148:6:12"
              }
            ],
            "id": 6686,
            "name": "FunctionDefinition",
            "src": "68:87:12"
          },
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "post",
              "payable": false,
              "scope": 6698,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_scheme",
                      "scope": 6697,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 6687,
                        "name": "ElementaryTypeName",
                        "src": "175:7:12"
                      }
                    ],
                    "id": 6688,
                    "name": "VariableDeclaration",
                    "src": "175:15:12"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_params",
                      "scope": 6697,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 6689,
                        "name": "ElementaryTypeName",
                        "src": "192:7:12"
                      }
                    ],
                    "id": 6690,
                    "name": "VariableDeclaration",
                    "src": "192:15:12"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_method",
                      "scope": 6697,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 6691,
                        "name": "ElementaryTypeName",
                        "src": "209:7:12"
                      }
                    ],
                    "id": 6692,
                    "name": "VariableDeclaration",
                    "src": "209:15:12"
                  }
                ],
                "id": 6693,
                "name": "ParameterList",
                "src": "173:53:12"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 6697,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 6694,
                        "name": "ElementaryTypeName",
                        "src": "242:4:12"
                      }
                    ],
                    "id": 6695,
                    "name": "VariableDeclaration",
                    "src": "242:4:12"
                  }
                ],
                "id": 6696,
                "name": "ParameterList",
                "src": "241:6:12"
              }
            ],
            "id": 6697,
            "name": "FunctionDefinition",
            "src": "160:88:12"
          }
        ],
        "id": 6698,
        "name": "ContractDefinition",
        "src": "27:223:12"
      }
    ],
    "id": 6699,
    "name": "SourceUnit",
    "src": "0:251:12"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-02-04T21:57:39.058Z"
}