{
    "Function": "beforeWithdraw",
    "File": "contracts/lib/solmate/src/mixins/ERC4626.sol",
    "Parent Contracts": [
        "contracts/lib/solmate/src/tokens/ERC20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function beforeWithdraw(uint256 assets, uint256 shares) internal virtual {}"
}