{
    "Function": "constructor",
    "File": "contracts/SecondSwap_Whitelist.sol",
    "Parent Contracts": [
        "contracts/interface/SecondSwap_IWhitelist.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(uint256 _maxWhitelist, address _lotOwner) {\n        maxWhitelist = _maxWhitelist;\n        lotOwner = _lotOwner;\n    }"
}