{
    "Function": "initializeFollowModule",
    "File": "contracts/interfaces/IFollowModule.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function initializeFollowModule(uint256 profileId, bytes calldata data)\n        external\n        returns (bytes memory);"
}