IERC4626: Minimal interface for ERC4626 tokenized vaults (Only includes the functions needed for Morpho Chainlink Oracle integration)
IERC4626.sol
convertToAssets(uint256)
[ { "inputs": [ { "internalType": "uint256", "name": "shares", "type": "uint256" } ], "name": "convertToAssets", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" } ]
Was this page helpful?