Skip to main content
The polymarket_polygon.users_address_lookup table maps Polymarket proxy wallets (both Safe and Magic wallet types) to their owner addresses, including creation and first funding metadata.

Table Schema

ColumnTypeDescription
created_timeTIMESTAMPTimestamp when the Polymarket wallet was created
block_numberBIGINTBlock number when the Polymarket wallet was created
wallet_typeVARCHARType of wallet (safe or magic)
ownerVARBINARYOwner address of the Polymarket wallet
polymarket_walletVARBINARYPolymarket proxy wallet address
created_tx_hashVARBINARYTransaction hash of the wallet creation
first_funded_timeTIMESTAMPTimestamp of first funding received by the wallet
first_funded_byVARBINARYAddress that first funded the wallet
first_funded_tx_hashVARBINARYTransaction hash of first funding
has_been_fundedBOOLEANWhether the wallet has ever received funds

Table sample