| chain | VARCHAR(16777216) | Slug identifying the blockchain this record belongs to. |
| address | VARCHAR(16777216) | The labeled address. |
| primary_label | VARCHAR(16777216) | Primary human-readable label for the address. |
| primary_entity | VARCHAR(16777216) | Primary entity (e.g. exchange, protocol, fund) the address is attributed to. |
| primary_category | VARCHAR(16777216) | Primary category of the entity (e.g. cex, dex, bridge). |
| subcategory | ARRAY | Subcategory refining the primary category. |
| primary_category_id | VARCHAR(16777216) | Identifier of the primary category. |
| primary_entity_id | VARCHAR(16777216) | Identifier of the primary entity. |
| is_illicit | BOOLEAN | Whether the address is attributed to illicit activity. |
| is_high_risk | BOOLEAN | Whether the address is attributed as high risk. |
| other_labels | ARRAY | Additional labels attributed to the address beyond the primary label. |
| other_entities | ARRAY | Additional entities attributed to the address beyond the primary entity. |
| total_attribution_count | NUMBER(9,0) | Total number of attributions recorded for the address. |
| has_multiple_attributions | BOOLEAN | Whether the address has more than one attribution. |
| attribution_date | TIMESTAMP_NTZ(9) | Date the attribution was made. |
| chain_group | VARCHAR(16777216) | Chain group the address format belongs to (e.g. evm). |
| confidence | FLOAT | Confidence score of the attribution. |
| source_type | VARCHAR(16777216) | Type of source the attribution came from. |
| source_system | VARCHAR(16777216) | System or provider the attribution came from. |
| category_ranking | NUMBER(38,0) | Ranking used to select the primary category among competing attributions. |
| entity_ranking | NUMBER(38,0) | Ranking used to select the primary entity among competing attributions. |
| source_priority | NUMBER(38,0) | Priority of the attribution source used for conflict resolution. |
| composite_ranking_score | NUMBER(38,0) | Composite score combining category, entity, and source rankings. |
| category_tier | NUMBER(38,0) | Tier of the primary category used in ranking. |
| entity_tier | NUMBER(38,0) | Tier of the primary entity used in ranking. |
| _attribution_processed_at | TIMESTAMP_NTZ(9) | Timestamp when the attribution was processed. |
| _attribution_updated_at | TIMESTAMP_NTZ(9) | Timestamp when the attribution was last updated. |
| _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. |