external.farcaster Table: dim_fids Type: View
What
Stores all registered FIDs on the Farcaster network. For more info see Neynar or schemaColumns
| Column Name | Data Type | Description |
|---|---|---|
| CUSTODY_ADDRESS | BINARY | Address that owns the FID. |
| FID | NUMBER | FID of the user (primary key) |
| CREATED_AT | TIMESTAMP_NTZ | When the row was first created in this DB (not the same as registration date!) |
| UPDATED_AT | TIMESTAMP_NTZ | When the row was last updated. |
| REGISTERED_AT | TIMESTAMP_NTZ | Timestamp of the block in which the user was registered. |