{
  "contractName": "IForwarder",
  "abi": [
    {
      "constant": true,
      "inputs": [
        {
          "name": "sender",
          "type": "address"
        },
        {
          "name": "evmCallScript",
          "type": "bytes"
        }
      ],
      "name": "canForward",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "evmCallScript",
          "type": "bytes"
        }
      ],
      "name": "forward",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "isForwarder",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "pure",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.18;\n\n\ninterface IForwarder {\n    function isForwarder() public pure returns (bool);\n    function canForward(address sender, bytes evmCallScript) public view returns (bool);\n    function forward(bytes evmCallScript) public;\n}\n",
  "sourcePath": "@aragon/os/contracts/common/IForwarder.sol",
  "ast": {
    "attributes": {
      "absolutePath": "@aragon/os/contracts/common/IForwarder.sol",
      "exportedSymbols": {
        "IForwarder": [
          7217
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.4",
            ".18"
          ]
        },
        "id": 7197,
        "name": "PragmaDirective",
        "src": "0:24:24"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "interface",
          "documentation": null,
          "fullyImplemented": false,
          "linearizedBaseContracts": [
            7217
          ],
          "name": "IForwarder",
          "scope": 7218
        },
        "children": [
          {
            "attributes": {
              "body": null,
              "constant": true,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "isForwarder",
              "payable": false,
              "scope": 7217,
              "stateMutability": "pure",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 7198,
                "name": "ParameterList",
                "src": "74:2:24"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 7202,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 7199,
                        "name": "ElementaryTypeName",
                        "src": "98:4:24"
                      }
                    ],
                    "id": 7200,
                    "name": "VariableDeclaration",
                    "src": "98:4:24"
                  }
                ],
                "id": 7201,
                "name": "ParameterList",
                "src": "97:6:24"
              }
            ],
            "id": 7202,
            "name": "FunctionDefinition",
            "src": "54:50:24"
          },
          {
            "attributes": {
              "body": null,
              "constant": true,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "canForward",
              "payable": false,
              "scope": 7217,
              "stateMutability": "view",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "sender",
                      "scope": 7211,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "type": "address"
                        },
                        "id": 7203,
                        "name": "ElementaryTypeName",
                        "src": "129:7:24"
                      }
                    ],
                    "id": 7204,
                    "name": "VariableDeclaration",
                    "src": "129:14:24"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "evmCallScript",
                      "scope": 7211,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes memory",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes",
                          "type": "bytes storage pointer"
                        },
                        "id": 7205,
                        "name": "ElementaryTypeName",
                        "src": "145:5:24"
                      }
                    ],
                    "id": 7206,
                    "name": "VariableDeclaration",
                    "src": "145:19:24"
                  }
                ],
                "id": 7207,
                "name": "ParameterList",
                "src": "128:37:24"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 7211,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 7208,
                        "name": "ElementaryTypeName",
                        "src": "187:4:24"
                      }
                    ],
                    "id": 7209,
                    "name": "VariableDeclaration",
                    "src": "187:4:24"
                  }
                ],
                "id": 7210,
                "name": "ParameterList",
                "src": "186:6:24"
              }
            ],
            "id": 7211,
            "name": "FunctionDefinition",
            "src": "109:84:24"
          },
          {
            "attributes": {
              "body": null,
              "constant": false,
              "implemented": false,
              "isConstructor": false,
              "modifiers": [
                null
              ],
              "name": "forward",
              "payable": false,
              "scope": 7217,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "evmCallScript",
                      "scope": 7216,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bytes memory",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes",
                          "type": "bytes storage pointer"
                        },
                        "id": 7212,
                        "name": "ElementaryTypeName",
                        "src": "215:5:24"
                      }
                    ],
                    "id": 7213,
                    "name": "VariableDeclaration",
                    "src": "215:19:24"
                  }
                ],
                "id": 7214,
                "name": "ParameterList",
                "src": "214:21:24"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 7215,
                "name": "ParameterList",
                "src": "242:0:24"
              }
            ],
            "id": 7216,
            "name": "FunctionDefinition",
            "src": "198:45:24"
          }
        ],
        "id": 7217,
        "name": "ContractDefinition",
        "src": "27:218:24"
      }
    ],
    "id": 7218,
    "name": "SourceUnit",
    "src": "0:246:24"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.18+commit.9cf6e910.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "1.0.1",
  "updatedAt": "2018-03-14T08:41:25.090Z"
}