Skip to main content

Table description

This table contains data about wallet address verifications connected to Farcaster profiles. Users verify ownership of Ethereum and other addresses to link their on-chain identity with their Farcaster account.

Table Schema

Column NameTypeDescription
idBIGINTAuto-incrementing row identifier
created_atTIMESTAMPTimestamp when the record was created in the database
updated_atTIMESTAMPTimestamp when the record was last updated in the database
deleted_atTIMESTAMPTimestamp when the verification was removed on the Farcaster protocol
timestampTIMESTAMPTimestamp when the verification was created on the Farcaster protocol
fidBIGINTFarcaster user ID of the profile owner
hashVARBINARYUnique hash of the verification message
claimVARCHARJSON-encoded verified wallet address and cryptographic proof of ownership

Table Sample