{
    "Function": "getSharesByMintedEUSD",
    "File": "contracts/lybra/interfaces/IEUSD.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getSharesByMintedEUSD(\n        uint256 _EUSDAmount\n    ) external view returns (uint256);"
}