{
    "Function": "getPendingWithdrawal",
    "File": "contracts/mixins/SendValueWithFallbackWithdraw.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol",
        "node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getPendingWithdrawal(address user) external view returns (uint256 balance) {\n    return pendingWithdrawals[user];\n  }"
}