Table description
This table contains all Farcaster user IDs (FIDs) and the custody addresses that own them. Each row represents a registered user on the protocol.Table Schema
| Column Name | Type | Description |
|---|---|---|
fid | BIGINT | Unique Farcaster user ID |
created_at | TIMESTAMP | Timestamp when the record was created in the database |
updated_at | TIMESTAMP | Timestamp when the record was last updated in the database |
custody_address | VARBINARY | Wallet address that holds custody of the Farcaster account |
registered_at | TIMESTAMP | Timestamp when the FID was registered on the protocol |