{
  "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": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/globalConstraints/GlobalConstraintInterface.sol",
  "ast": {
    "attributes": {
      "absolutePath": "/home/travis/build/dev-matan-tsuberi/daostack/contracts/globalConstraints/GlobalConstraintInterface.sol",
      "exportedSymbols": {
        "GlobalConstraintInterface": [
          5890
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 5867,
        "name": "PragmaDirective",
        "src": "0:24:11"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "contract",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            5890
          ],
          "name": "GlobalConstraintInterface",
          "scope": 5891
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "pre",
              "payable": false,
              "scope": 5890,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_scheme",
                      "scope": 5878,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 5868,
                        "name": "ElementaryTypeName",
                        "src": "82:7:11"
                      }
                    ],
                    "id": 5869,
                    "name": "VariableDeclaration",
                    "src": "82:15:11"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_params",
                      "scope": 5878,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 5870,
                        "name": "ElementaryTypeName",
                        "src": "99:7:11"
                      }
                    ],
                    "id": 5871,
                    "name": "VariableDeclaration",
                    "src": "99:15:11"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_method",
                      "scope": 5878,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 5872,
                        "name": "ElementaryTypeName",
                        "src": "116:7:11"
                      }
                    ],
                    "id": 5873,
                    "name": "VariableDeclaration",
                    "src": "116:15:11"
                  }
                ],
                "id": 5874,
                "name": "ParameterList",
                "src": "80:53:11"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 5878,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 5875,
                        "name": "ElementaryTypeName",
                        "src": "149:4:11"
                      }
                    ],
                    "id": 5876,
                    "name": "VariableDeclaration",
                    "src": "149:4:11"
                  }
                ],
                "id": 5877,
                "name": "ParameterList",
                "src": "148:6:11"
              }
            ],
            "id": 5878,
            "name": "FunctionDefinition",
            "src": "68:87:11"
          },
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "post",
              "payable": false,
              "scope": 5890,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_scheme",
                      "scope": 5889,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 5879,
                        "name": "ElementaryTypeName",
                        "src": "175:7:11"
                      }
                    ],
                    "id": 5880,
                    "name": "VariableDeclaration",
                    "src": "175:15:11"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_params",
                      "scope": 5889,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 5881,
                        "name": "ElementaryTypeName",
                        "src": "192:7:11"
                      }
                    ],
                    "id": 5882,
                    "name": "VariableDeclaration",
                    "src": "192:15:11"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_method",
                      "scope": 5889,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 5883,
                        "name": "ElementaryTypeName",
                        "src": "209:7:11"
                      }
                    ],
                    "id": 5884,
                    "name": "VariableDeclaration",
                    "src": "209:15:11"
                  }
                ],
                "id": 5885,
                "name": "ParameterList",
                "src": "173:53:11"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 5889,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 5886,
                        "name": "ElementaryTypeName",
                        "src": "242:4:11"
                      }
                    ],
                    "id": 5887,
                    "name": "VariableDeclaration",
                    "src": "242:4:11"
                  }
                ],
                "id": 5888,
                "name": "ParameterList",
                "src": "241:6:11"
              }
            ],
            "id": 5889,
            "name": "FunctionDefinition",
            "src": "160:88:11"
          }
        ],
        "id": 5890,
        "name": "ContractDefinition",
        "src": "27:223:11"
      }
    ],
    "id": 5891,
    "name": "SourceUnit",
    "src": "0:251:11"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-01-25T13:14:57.916Z"
}