Skip to main content
Deprecation Notice: Lens data ingestion has been discontinued as of December 2025. Only historical data is available, and no new data will be added.

Table description

The dune.lens.profile_follower table holds information about who follows whom.

Table Schema

Column NameTypeDescription
profile_idvarbinaryProfile ID of the user being followed
profile_follower_idvarbinaryProfile ID of the follower
follow_token_idvarbinaryToken ID of the follow NFT issued to the follower
transaction_executorvarbinaryAddress that executed the follow transaction
tx_hashvarbinaryTransaction hash of the follow event
block_hashvarbinaryHash of the block containing the transaction
block_numberintegerBlock number of the transaction
log_indexintegerIndex of the event log within the transaction
tx_indexintegerIndex of the transaction within the block
block_timestamptimestampTimestamp of the block
migration_optimistic_appliedbooleanWhether the follow was optimistically applied during migration from Lens v1 to v2

Table Sample