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_follow_module table holds any follow module the profile has turned on.

Table Schema

Column NameTypeDescription
profile_idvarbinaryProfile ID that has the follow module enabled
implementationvarbinaryContract address of the follow module implementation
init_datavarbinaryEncoded initialization data passed to the module
amountvarcharPayment amount required to follow (if fee-based)
currencyvarbinaryToken contract address for the follow fee currency
recipientvarbinaryAddress that receives follow fee payments
block_timestamptimestampTimestamp of the block
block_hashvarbinaryHash of the block containing the transaction
tx_hashvarbinaryTransaction hash of the module setup
log_indexintegerIndex of the event log within the transaction
tx_indexintegerIndex of the transaction within the block
block_numberintegerBlock number of the transaction
transaction_executorvarbinaryAddress that executed the module setup transaction
init_return_datavarcharData returned by the module after initialization

Table Sample