{
    "Function": "deposit",
    "File": "contracts/interfaces/ISavingsAccount.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function deposit(\n        uint256 amount,\n        address token,\n        address strategy,\n        address to\n    ) external payable returns (uint256 sharesReceived);"
}