Skip to content

Commit aad2a4a

Browse files
authored
Merge pull request #7470 from parotax/luksu05
remove function that does'nt exist [fixed #7468]
2 parents f5856c6 + 698f792 commit aad2a4a

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)