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
This table holds information about who follows whom.
Table Schema
| Column Name | Type | Description |
|---|
| profile_id | varbinary | Profile ID of the user being followed |
| profile_follower_id | varbinary | Profile ID of the follower |
| follow_token_id | varbinary | Token ID of the follow NFT issued to the follower |
| transaction_executor | varbinary | Address that executed the follow transaction |
| tx_hash | varbinary | Transaction hash of the follow event |
| block_hash | varbinary | Hash of the block containing the transaction |
| block_number | integer | Block number of the transaction |
| log_index | integer | Index of the event log within the transaction |
| tx_index | integer | Index of the transaction within the block |
| block_timestamp | timestamp | Timestamp of the block |
| migration_optimistic_applied | boolean | Whether the follow was optimistically applied during migration from Lens v1 to v2 |
Table Sample