Overview

  • name: IERC4626
  • path: IERC4626.sol
  • context: defi
  • tags: erc4626, vault, standard, defi
  • title: IERC4626
  • notice: Minimal interface for ERC4626 tokenized vaults
  • dev: Only includes the functions needed for Morpho Chainlink Oracle integration

Function signatures

convertToAssets(uint256)

ABI

[
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "shares",
        "type": "uint256"
      }
    ],
    "name": "convertToAssets",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  }
]