Skip to content

Commit 698f792

Browse files
committed
remove function that does'nt exist [fixed #7468]
1 parent 1d15d8e commit 698f792

File tree

1 file changed

+0
-8
lines changed
  • src/content/developers/docs/standards/tokens/erc-4626

1 file changed

+0
-8
lines changed

src/content/developers/docs/standards/tokens/erc-4626/index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,6 @@ function totalSupply() public view returns (uint256)
161161

162162
Returns the total number of unredeemed vault shares in circulation.
163163

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-
172164
#### balanceOf {#balanceof}
173165

174166
```solidity

0 commit comments

Comments
 (0)