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_metadata table holds the profile metadata. If it does not pass metadata standards, it goes into the metadata_failed table. This holds stuff like name, bio, etc.

Table Schema

Column NameTypeDescription
idintegerAuto-incrementing row identifier
profile_idvarbinaryUnique identifier of the Lens profile
namevarcharDisplay name set by the profile owner
biovarcharProfile biography text
appvarcharApplication used to set the metadata
metadata_jsonvarcharRaw JSON of the profile metadata
metadata_versionvarcharVersion of the metadata standard used
metadata_urivarcharURI pointing to the metadata resource
metadata_snapshot_location_urlvarcharSnapshot storage URL for the metadata
profile_with_weightsvarcharProfile scoring or weighting data
profile_picture_snapshot_location_urlvarcharSnapshot storage URL for the profile picture
cover_picture_snapshot_location_urlvarcharSnapshot storage URL for the cover picture
transaction_executorvarbinaryAddress that executed the metadata update transaction
tx_hashvarbinaryTransaction hash of the metadata update
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