{
    "Function": "execute",
    "File": "contracts/test/SmartWallet.sol",
    "Parent Contracts": [
        "contracts/helpers/Multicall.sol",
        "contracts/helpers/RevertDebug.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "aggregate"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function execute(Call[] memory calls) public {\n        bytes[] memory returnData = aggregate(calls);\n        emit Executed(returnData);\n    }"
}