Table Details
| Property | Value |
|---|---|
| Table Name | worldchain.identity.grant_recipients |
| Table Status | Production-Ready |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| address | VARCHAR(42) | Address that received a World (Worldcoin) grant claim. |
| funding_type | VARCHAR(16777216) | Type of grant funding the address received (e.g. grant claim, airdrop). |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |