Skip to content

Commit

Permalink
feat: add ERC4626 external view function overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
junkim012 committed Apr 24, 2024
1 parent 18d7464 commit 8eba0ad
Show file tree
Hide file tree
Showing 6 changed files with 1,153 additions and 569 deletions.
374 changes: 0 additions & 374 deletions src/Vault.sol

This file was deleted.

2 changes: 1 addition & 1 deletion src/interfaces/IIonPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,5 @@ interface IIonPool {
function withdrawCollateral(uint8 ilkIndex, address user, address recipient, uint256 amount) external;

function getTotalUnderlyingClaims() external returns (uint256);
function getUnderlyingClaimOf(address user) external returns (uint256);
function getUnderlyingClaimOf(address user) external view returns (uint256);
}
Loading

0 comments on commit 8eba0ad

Please sign in to comment.