{
    "Function": "depositAll",
    "File": "contracts/mock/MockPickleJar.sol",
    "Parent Contracts": [
        "contracts/mock/MockERC20.sol"
    ],
    "High-Level Calls": [
        "IERC20"
    ],
    "Internal Calls": [
        "deposit"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function depositAll() external {\n        deposit(t3crv.balanceOf(msg.sender));\n    }"
}