{
  "contractName": "IEVMScriptExecutor",
  "abi": [
    {
      "constant": false,
      "inputs": [
        {
          "name": "script",
          "type": "bytes"
        },
        {
          "name": "input",
          "type": "bytes"
        },
        {
          "name": "blacklist",
          "type": "address[]"
        }
      ],
      "name": "execScript",
      "outputs": [
        {
          "name": "",
          "type": "bytes"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.18;\n\n\ninterface IEVMScriptExecutor {\n    function execScript(bytes script, bytes input, address[] blacklist) external returns (bytes);\n}\n",
  "sourcePath": "@aragon/os/contracts/evmscript/IEVMScriptExecutor.sol",
  "ast": {
    "attributes": {
      "absolutePath": "@aragon/os/contracts/evmscript/IEVMScriptExecutor.sol",
      "exportedSymbols": {
        "IEVMScriptExecutor": [
          7861
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 7848,
        "name": "PragmaDirective",
        "src": "0:24:30"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "interface",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            7861
          ],
          "name": "IEVMScriptExecutor",
          "scope": 7862
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "execScript",
              "payable": false,
              "scope": 7861,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "script",
                      "scope": 7860,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes calldata",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes",
                          "type": "bytes storage pointer"
                        },
                        "id": 7849,
                        "name": "ElementaryTypeName",
                        "src": "82:5:30"
                      }
                    ],
                    "id": 7850,
                    "name": "VariableDeclaration",
                    "src": "82:12:30"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "input",
                      "scope": 7860,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes calldata",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes",
                          "type": "bytes storage pointer"
                        },
                        "id": 7851,
                        "name": "ElementaryTypeName",
                        "src": "96:5:30"
                      }
                    ],
                    "id": 7852,
                    "name": "VariableDeclaration",
                    "src": "96:11:30"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "blacklist",
                      "scope": 7860,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address[] calldata",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "length": null,
                          "type": "address[] storage pointer"
                        },
                        "children": [
                          {
                            "attributes": {
                              "name": "address",
                              "type": "address"
                            },
                            "id": 7853,
                            "name": "ElementaryTypeName",
                            "src": "109:7:30"
                          }
                        ],
                        "id": 7854,
                        "name": "ArrayTypeName",
                        "src": "109:9:30"
                      }
                    ],
                    "id": 7855,
                    "name": "VariableDeclaration",
                    "src": "109:19:30"
                  }
                ],
                "id": 7856,
                "name": "ParameterList",
                "src": "81:48:30"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 7860,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes memory",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes",
                          "type": "bytes storage pointer"
                        },
                        "id": 7857,
                        "name": "ElementaryTypeName",
                        "src": "148:5:30"
                      }
                    ],
                    "id": 7858,
                    "name": "VariableDeclaration",
                    "src": "148:5:30"
                  }
                ],
                "id": 7859,
                "name": "ParameterList",
                "src": "147:7:30"
              }
            ],
            "id": 7860,
            "name": "FunctionDefinition",
            "src": "62:93:30"
          }
        ],
        "id": 7861,
        "name": "ContractDefinition",
        "src": "27:130:30"
      }
    ],
    "id": 7862,
    "name": "SourceUnit",
    "src": "0:158:30"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-03-14T08:41:25.091Z"
}