{
    "Function": "constructor",
    "File": "contracts/lib/solmate/src/test/utils/mocks/MockERC4626.sol",
    "Parent Contracts": [
        "contracts/lib/solmate/src/mixins/ERC4626.sol",
        "contracts/lib/solmate/src/tokens/ERC20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(\n        ERC20 _underlying,\n        string memory _name,\n        string memory _symbol\n    ) ERC4626(_underlying, _name, _symbol) {}"
}