The polygon.predictions.wallets table provides a view of wallet creation events for prediction markets, combining data from both MagicLink and Gnosis Safe wallet factories. This table helps understand user onboarding patterns and wallet type distribution. Use this table for user onboarding analysis, user type distribution, and understanding the growth of the prediction market user base.

Table Columns

Unique Key: wallet_address
Column NameData TypeDescription
projectVARCHARProject name (ex. polymarket).
protocolVARCHARProtocol name (ex. polymarket).
wallet_addressVARCHARAddress of the created wallet.
factory_addressVARCHARAddress of the factory contract that created the wallet.
creation_typeVARCHARType of wallet creation (MagicLink or GnosisSafe).
wallet_typeVARCHARWallet type description.
transaction_hashVARCHARTransaction hash where the wallet was created.
created_atTIMESTAMP_NTZ(9)Timestamp when the wallet was created.
block_numberNUMBERBlock number where the wallet was created.
_created_atTIMESTAMP_NTZ(9)Record creation timestamp.
_updated_atTIMESTAMP_NTZ(9)Record update timestamp.

Sample Query