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.publication_open_action_module_acted_record table holds which profiles have acted on that publication (collects are a part of an action).

Table Schema

Column NameTypeDescription
history_idintegerAuto-incrementing record identifier
record_idintegerReference to the open action module record
publication_idvarcharPublication ID that was acted on (format: profileId-pubId)
acted_profile_idvarbinaryProfile ID of the user who performed the action
implementationvarbinaryContract address of the open action module
init_return_datavarbinaryData returned by the module after processing the action
fiat_price_snapshotdecimal(10,2)Fiat price snapshot at the time of the action
is_collectbooleanWhether this action was specifically a collect
transaction_executorvarbinaryAddress that executed the action transaction
tx_hashvarbinaryTransaction hash of the action
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