{
    "Function": "getClaimAbleUSD",
    "File": "contracts/lybra/miner/ProtocolRewardsPool.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/access/Ownable.sol",
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [
        "Iconfigurator",
        "IEUSD"
    ],
    "Internal Calls": [
        "earned"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getClaimAbleUSD(address user) external view returns (uint256 amount) {\n        amount = IEUSD(configurator.getEUSDAddress()).getMintedEUSDByShares(earned(user));\n    }"
}