{
  "contractName": "IACL",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "name": "permissionsCreator",
          "type": "address"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "who",
          "type": "address"
        },
        {
          "name": "where",
          "type": "address"
        },
        {
          "name": "what",
          "type": "bytes32"
        },
        {
          "name": "how",
          "type": "bytes"
        }
      ],
      "name": "hasPermission",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.18;\n\n\ninterface IACL {\n    function initialize(address permissionsCreator) public;\n    function hasPermission(address who, address where, bytes32 what, bytes how) public view returns (bool);\n}\n",
  "sourcePath": "@aragon/os/contracts/acl/IACL.sol",
  "ast": {
    "attributes": {
      "absolutePath": "@aragon/os/contracts/acl/IACL.sol",
      "exportedSymbols": {
        "IACL": [
          6001
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 5982,
        "name": "PragmaDirective",
        "src": "0:24:13"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "interface",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            6001
          ],
          "name": "IACL",
          "scope": 6002
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "initialize",
              "payable": false,
              "scope": 6001,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "permissionsCreator",
                      "scope": 5987,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 5983,
                        "name": "ElementaryTypeName",
                        "src": "68:7:13"
                      }
                    ],
                    "id": 5984,
                    "name": "VariableDeclaration",
                    "src": "68:26:13"
                  }
                ],
                "id": 5985,
                "name": "ParameterList",
                "src": "67:28:13"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 5986,
                "name": "ParameterList",
                "src": "102:0:13"
              }
            ],
            "id": 5987,
            "name": "FunctionDefinition",
            "src": "48:55:13"
          },
          {
            "attributes": {
              "body": null,
              "constant": true,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "hasPermission",
              "payable": false,
              "scope": 6001,
              "stateMutability": "view",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "who",
                      "scope": 6000,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 5988,
                        "name": "ElementaryTypeName",
                        "src": "131:7:13"
                      }
                    ],
                    "id": 5989,
                    "name": "VariableDeclaration",
                    "src": "131:11:13"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "where",
                      "scope": 6000,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 5990,
                        "name": "ElementaryTypeName",
                        "src": "144:7:13"
                      }
                    ],
                    "id": 5991,
                    "name": "VariableDeclaration",
                    "src": "144:13:13"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "what",
                      "scope": 6000,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes32",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes32",
                          "type": "bytes32"
                        },
                        "id": 5992,
                        "name": "ElementaryTypeName",
                        "src": "159:7:13"
                      }
                    ],
                    "id": 5993,
                    "name": "VariableDeclaration",
                    "src": "159:12:13"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "how",
                      "scope": 6000,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes memory",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes",
                          "type": "bytes storage pointer"
                        },
                        "id": 5994,
                        "name": "ElementaryTypeName",
                        "src": "173:5:13"
                      }
                    ],
                    "id": 5995,
                    "name": "VariableDeclaration",
                    "src": "173:9:13"
                  }
                ],
                "id": 5996,
                "name": "ParameterList",
                "src": "130:53:13"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 6000,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 5997,
                        "name": "ElementaryTypeName",
                        "src": "205:4:13"
                      }
                    ],
                    "id": 5998,
                    "name": "VariableDeclaration",
                    "src": "205:4:13"
                  }
                ],
                "id": 5999,
                "name": "ParameterList",
                "src": "204:6:13"
              }
            ],
            "id": 6000,
            "name": "FunctionDefinition",
            "src": "108:103:13"
          }
        ],
        "id": 6001,
        "name": "ContractDefinition",
        "src": "27:186:13"
      }
    ],
    "id": 6002,
    "name": "SourceUnit",
    "src": "0:214:13"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-03-14T08:41:25.085Z"
}