{
  "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"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "executorType",
      "outputs": [
        {
          "name": "",
          "type": "bytes32"
        }
      ],
      "payable": false,
      "stateMutability": "pure",
      "type": "function"
    }
  ],
  "metadata": "",
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "/*\n * SPDX-License-Identitifer:    MIT\n */\n\npragma solidity ^0.4.24;\n\n\ninterface IEVMScriptExecutor {\n    function execScript(bytes script, bytes input, address[] blacklist) external returns (bytes);\n    function executorType() external pure returns (bytes32);\n}\n",
  "sourcePath": "@aragon/os/contracts/evmscript/IEVMScriptExecutor.sol",
  "ast": {
    "absolutePath": "@aragon/os/contracts/evmscript/IEVMScriptExecutor.sol",
    "exportedSymbols": {
      "IEVMScriptExecutor": [
        7474
      ]
    },
    "id": 7475,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 7456,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "44:24:41"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 7474,
        "linearizedBaseContracts": [
          7474
        ],
        "name": "IEVMScriptExecutor",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 7468,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "execScript",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 7464,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 7458,
                  "name": "script",
                  "nodeType": "VariableDeclaration",
                  "scope": 7468,
                  "src": "126:12:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 7457,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "126:5:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 7460,
                  "name": "input",
                  "nodeType": "VariableDeclaration",
                  "scope": 7468,
                  "src": "140:11:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 7459,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "140:5:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 7463,
                  "name": "blacklist",
                  "nodeType": "VariableDeclaration",
                  "scope": 7468,
                  "src": "153:19:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 7461,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "153:7:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 7462,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "153:9:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "125:48:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 7467,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 7466,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 7468,
                  "src": "192:5:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 7465,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "192:5:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "191:7:41"
            },
            "scope": 7474,
            "src": "106:93:41",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 7473,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "executorType",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 7469,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "225:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 7472,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 7471,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 7473,
                  "src": "251:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 7470,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "251:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "250:9:41"
            },
            "scope": 7474,
            "src": "204:56:41",
            "stateMutability": "pure",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 7475,
        "src": "71:191:41"
      }
    ],
    "src": "44:219:41"
  },
  "legacyAST": {
    "absolutePath": "@aragon/os/contracts/evmscript/IEVMScriptExecutor.sol",
    "exportedSymbols": {
      "IEVMScriptExecutor": [
        7474
      ]
    },
    "id": 7475,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 7456,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "44:24:41"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 7474,
        "linearizedBaseContracts": [
          7474
        ],
        "name": "IEVMScriptExecutor",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 7468,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "execScript",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 7464,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 7458,
                  "name": "script",
                  "nodeType": "VariableDeclaration",
                  "scope": 7468,
                  "src": "126:12:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 7457,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "126:5:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 7460,
                  "name": "input",
                  "nodeType": "VariableDeclaration",
                  "scope": 7468,
                  "src": "140:11:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_calldata_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 7459,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "140:5:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 7463,
                  "name": "blacklist",
                  "nodeType": "VariableDeclaration",
                  "scope": 7468,
                  "src": "153:19:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
                    "typeString": "address[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 7461,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "153:7:41",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 7462,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "153:9:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                      "typeString": "address[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "125:48:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 7467,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 7466,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 7468,
                  "src": "192:5:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 7465,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "192:5:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "191:7:41"
            },
            "scope": 7474,
            "src": "106:93:41",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 7473,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "executorType",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 7469,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "225:2:41"
            },
            "payable": false,
            "returnParameters": {
              "id": 7472,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 7471,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 7473,
                  "src": "251:7:41",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 7470,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "251:7:41",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "250:9:41"
            },
            "scope": 7474,
            "src": "204:56:41",
            "stateMutability": "pure",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 7475,
        "src": "71:191:41"
      }
    ],
    "src": "44:219:41"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.2.0",
  "updatedAt": "2020-06-07T23:27:00.587Z",
  "devdoc": {
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}