{
    "Function": "withdrawAllAndUnwrap",
    "File": "contracts/BaseRewardPool.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "withdrawAndUnwrap"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdrawAllAndUnwrap(bool claim) external {\n        withdrawAndUnwrap(_balances[msg.sender], claim);\n    }"
}