We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53f03c commit 272d803Copy full SHA for 272d803
src/contracts/extensions/stata-token/interfaces/IERC4626StataToken.sol
@@ -54,6 +54,7 @@ interface IERC4626StataToken {
54
* @param receiver The address that will receive the static aTokens
55
* @param deadline Must be a timestamp in the future
56
* @param sig A `secp256k1` signature params from `msgSender()`
57
+ * @param depositToAave Whether to deposit the underlying asset (true) or aToken (false)
58
* @return uint256 The amount of StaticAToken minted, static balance
59
**/
60
function depositWithPermit(
0 commit comments