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