dune.neynar.dataset_farcaster_reactions

This table contains data about likes and recast events on the Farcaster protocol.

Column nameTypeDescription
idbigintRow id
created_attimestamp without timezoneTimestamp of creation within database
updated_attimestamp without timezoneTimestamp of update within database
deleted_attimestamp without timezoneTimestamp of deletion on Farcaster protocol
timestamptimestamp without timezoneTimestamp of creation on Farcaster protocol
fidbigintUser ID of user on Farcaster protocol
reaction_typesmallintType of reaction: 1 = like, 2 = recast
hashbyteaReaction hash
target_hashbyteaHash of the cast that the user is reacting to
target_fidbigintFID of the user who wrote the target_hash
target_urltextURL that the user is reacting to

See more here for discussions on how Farcaster protocol handles flexible target URLs.