{
  "contractName": "IAppProxy",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "isUpgradeable",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getCode",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity 0.4.18;\n\ninterface IAppProxy {\n    function isUpgradeable() public pure returns (bool);\n    function getCode() public view returns (address);\n}\n",
  "sourcePath": "@aragon/os/contracts/apps/IAppProxy.sol",
  "ast": {
    "attributes": {
      "absolutePath": "@aragon/os/contracts/apps/IAppProxy.sol",
      "exportedSymbols": {
        "IAppProxy": [
          6981
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "0.4",
            ".18"
          ]
        },
        "id": 6970,
        "name": "PragmaDirective",
        "src": "0:23:21"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "interface",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            6981
          ],
          "name": "IAppProxy",
          "scope": 6982
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "constant": true,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "isUpgradeable",
              "payable": false,
              "scope": 6981,
              "stateMutability": "pure",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 6971,
                "name": "ParameterList",
                "src": "73:2:21"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 6975,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 6972,
                        "name": "ElementaryTypeName",
                        "src": "97:4:21"
                      }
                    ],
                    "id": 6973,
                    "name": "VariableDeclaration",
                    "src": "97:4:21"
                  }
                ],
                "id": 6974,
                "name": "ParameterList",
                "src": "96:6:21"
              }
            ],
            "id": 6975,
            "name": "FunctionDefinition",
            "src": "51:52:21"
          },
          {
            "attributes": {
              "body": null,
              "constant": true,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "getCode",
              "payable": false,
              "scope": 6981,
              "stateMutability": "view",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 6976,
                "name": "ParameterList",
                "src": "124:2:21"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 6980,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 6977,
                        "name": "ElementaryTypeName",
                        "src": "148:7:21"
                      }
                    ],
                    "id": 6978,
                    "name": "VariableDeclaration",
                    "src": "148:7:21"
                  }
                ],
                "id": 6979,
                "name": "ParameterList",
                "src": "147:9:21"
              }
            ],
            "id": 6980,
            "name": "FunctionDefinition",
            "src": "108:49:21"
          }
        ],
        "id": 6981,
        "name": "ContractDefinition",
        "src": "25:134:21"
      }
    ],
    "id": 6982,
    "name": "SourceUnit",
    "src": "0:160:21"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-03-14T08:41:25.089Z"
}