You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/content/developers/docs/standards/tokens/erc-4626/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ This function returns the amount of `assets` that would be exchanged by the vaul
78
78
function maxDeposit(address receiver) public view returns (uint256 maxAssets)
79
79
```
80
80
81
-
This function returns the maximum amount of underlying assets that can be deposited in a single [`deposit`](#deposit) call by the `receiver`.
81
+
This function returns the maximum amount of underlying assets that can be deposited in a single [`deposit`](#deposit) call, with the shares minted for the `receiver`.
82
82
83
83
#### previewDeposit {#previewdeposit}
84
84
@@ -102,7 +102,7 @@ This function deposits `assets` of underlying tokens into the vault and grants o
102
102
function maxMint(address receiver) public view returns (uint256 maxShares)
103
103
```
104
104
105
-
This function returns the maximum amount of shares that can be minted in a single [`mint`](#mint) call by the `receiver`.
105
+
This function returns the maximum amount of shares that can be minted in a single [`mint`](#mint) call, with the shares minted for the `receiver`.
0 commit comments