{
    "Function": "marketUnlockFor",
    "File": "contracts/mocks/FETHMarketMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "IFethMarket"
    ],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function marketUnlockFor(\n    address account,\n    uint256 expiration,\n    uint256 amount\n  ) public {\n    feth.marketUnlockFor(account, expiration, amount);\n  }"
}