{
    "Function": "constructor",
    "File": "src/sfrxETH.sol",
    "Parent Contracts": [
        "lib/openzeppelin-contracts/contracts/security/ReentrancyGuard.sol",
        "lib/ERC4626/src/xERC4626.sol",
        "lib/solmate/src/mixins/ERC4626.sol",
        "lib/solmate/src/tokens/ERC20.sol",
        "lib/ERC4626/src/interfaces/IxERC4626.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor",
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(ERC20 _underlying, uint32 _rewardsCycleLength)\n        ERC4626(_underlying, \"Staked Frax Ether\", \"sfrxETH\")\n        xERC4626(_rewardsCycleLength)\n    {}"
}