Skip to main content

Table Details

PropertyValue
Table Nameb3.assets.erc1155_balances
Table StatusProduction-Ready
Unique Keyunique_id
Clustering Key(s)block_timestamp::date, token_address
Search Optimizationaddress, block_number, token_id

Table Columns

Column NameData TypeDescription
addressVARCHAR(42)The wallet address holding the tokens
token_addressVARCHAR(42)Contract address of the token
token_nameVARCHAR(16777216)Name of the token
token_symbolVARCHAR(16777216)Symbol of the token
token_idVARCHAR(16777216)Unique identifier for the specific token within the collection (e.g., for ERC721 or ERC1155)
raw_balanceFLOATToken balance, unnormalized
raw_balance_strVARCHAR(16777216)Token balance as string to retain precision
balanceFLOATToken balance, normalized
balance_strVARCHAR(16777216)Token balance as string to retain precision
transaction_hashVARCHAR(66)Hash of the transaction that last modified the balance
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block
block_numberNUMBER(38,0)Number of the block
block_hashVARCHAR(66)Hash of the block
unique_idVARCHAR(16777216)Unique identifier of the balances entry
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created