Table Details
| Property | Value |
|---|---|
| Table Name | polygon.predictions.proxy_owner_registry |
| Table Status | Beta 🌱 |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| proxy_address | VARCHAR(42) | Polymarket proxy wallet address used for trading. |
| creation_type | VARCHAR(16777216) | Type of wallet creation (MagicLink or GnosisSafe) |
| proxy_owner_eoa | VARCHAR(42) | Owner EOA that controls the proxy wallet. |
| proxy_first_funder_eoa | VARCHAR(42) | First EOA that funded the proxy wallet. |
| proxy_first_funder_entity | VARCHAR(16777216) | Entity attribution of the proxy wallet’s first funder. |
| owner_first_funder_eoa | VARCHAR(42) | First EOA that funded the owner EOA. |
| owner_first_funder_entity | VARCHAR(16777216) | Entity attribution of the owner EOA’s first funder. |
| owner_funder_first_funder_eoa | VARCHAR(42) | First EOA that funded the owner’s funder. |
| owner_funder_first_funder_entity | VARCHAR(16777216) | Entity attribution of the funder-of-the-owner’s first funder. |
| resolved_owner_eoa | VARCHAR(42) | Final resolved owner EOA after applying all attribution methods. |
| owner_source | VARCHAR(16777216) | Method used to resolve the proxy wallet to its owner EOA. |
| owner_score | FLOAT | Confidence score of the proxy-to-owner resolution. |
| owner_conviction | VARCHAR(16777216) | Conviction score for the resolved owner attribution. |
| cluster_id | VARCHAR(42) | Identifier of the wallet cluster this proxy/owner belongs to. |
| n_cluster_proxies | NUMBER(18,0) | Number of proxy wallets in the user’s wallet cluster. |
| funder_entity | VARCHAR(16777216) | Entity attribution of the wallet’s first funder. |
| funder_label | VARCHAR(16777216) | Label of the wallet’s first funder. |
| _extras | VARIANT | Additional protocol-specific fields not part of the standard schema. |
| _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. |