{
    "Function": "marketUnlockFor",
    "File": "contracts/FETH.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "onlyFoundationMarket",
        "_marketUnlockFor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function marketUnlockFor(\n    address account,\n    uint256 expiration,\n    uint256 amount\n  ) external onlyFoundationMarket {\n    _marketUnlockFor(account, expiration, amount);\n  }"
}