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

This holds any follow module which has been redeemed by another profile i.e. 0x01 pays to follow 0x02.

Table Schema

Column NameTypeDescription
history_idintegerAuto-incrementing record identifier
followedvarbinaryProfile ID of the user being followed
followervarbinaryProfile ID of the follower who redeemed the module
follow_module_datavarcharEncoded data sent to the follow module during redemption
process_follow_module_return_datavarcharData returned by the module after processing the follow
fiat_price_snapshotdecimal(10,2)Fiat price snapshot at the time of the follow (for fee-based modules)
transaction_executorvarbinaryAddress that executed the follow transaction
tx_hashvarbinaryTransaction hash of the follow
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

Table Sample