LensHubEventHooks
Inherits: ILensHubEventHooks
Functions
emitUnfollowedEvent
Helper function to emit an Unfollowed
event from the hub, to be consumed by indexers to track unfollows.
function emitUnfollowedEvent(uint256 unfollowerProfileId, uint256 idOfProfileUnfollowed, address transactionExecutor)
external
override;
Parameters
Name | Type | Description |
---|---|---|
unfollowerProfileId | uint256 | The ID of the profile that executed the unfollow. |
idOfProfileUnfollowed | uint256 | The ID of the profile that was unfollowed. |
transactionExecutor | address | The address of the account executing the unfollow operation. |
emitCollectNFTTransferEvent
DEPRECATED FUNCTIONS ///
function emitCollectNFTTransferEvent(uint256 profileId, uint256 pubId, uint256 collectNFTId, address from, address to)
external;