{
    "Function": "processCollect",
    "File": "contracts/core/modules/collect/RevertCollectModule.sol",
    "Parent Contracts": [
        "contracts/interfaces/ICollectModule.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "revert CollectNotAllowed()"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function processCollect(\n        uint256 referrerProfileId,\n        address collector,\n        uint256 profileId,\n        uint256 pubId,\n        bytes calldata data\n    ) external pure override {\n        revert Errors.CollectNotAllowed();\n    }"
}