Skip to main content
Schema: external.farcaster Table: dim_fnames Type: View

What

Stores all usernames that are currently registered. Note that in the case a username is deregistered, the row is soft-deleted via the deleted_at column until a new username is registered for the given FID. For more info see Neynar or schema

Columns

Column NameData TypeDescription
FIDNUMBERFID the username belongs to.
FNAMETEXTUsername, e.g. dwr if an fname, or dwr.eth if an ENS name.
CUSTODY_ADDRESSBINARYAddress that owns the FID.
EXPIRES_ATTIMESTAMP_NTZEXPIRES_AT column
CREATED_ATTIMESTAMP_NTZWhen the row was first created in this DB (not the same as when the key was created on the network!)
UPDATED_ATTIMESTAMP_NTZWhen the row was last updated.
DELETED_ATTIMESTAMP_NTZWhen the proof was revoked or the fname was otherwise deregistered from this user.