{
    "Function": "marketChangeLockup",
    "File": "contracts/interfaces/IFethMarket.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function marketChangeLockup(\n    address unlockFrom,\n    uint256 unlockExpiration,\n    uint256 unlockAmount,\n    address depositFor,\n    uint256 depositAmount\n  ) external payable returns (uint256 expiration);"
}