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 1d15d8e commit 698f792Copy full SHA for 698f792
src/content/developers/docs/standards/tokens/erc-4626/index.md
@@ -161,14 +161,6 @@ function totalSupply() public view returns (uint256)
161
162
Returns the total number of unredeemed vault shares in circulation.
163
164
-#### balanceOfUnderlying {#balanceofunderlying}
165
-
166
-```solidity
167
-function balanceOfUnderlying(address owner) public view returns (uint256)
168
-```
169
170
-This function returns the total amount of underlying tokens held in the vault for `owner`.
171
172
#### balanceOf {#balanceof}
173
174
```solidity
0 commit comments