Make Investments
Learn how to make investments via the protocol
1. Make Investments
function safeApprove(IERC20Upgradeable token, address spender, uint256 amount) function deposit(
uint256 assets,
address lender
) returns (uint256 shares) ;Last updated