Skip to main content

Table Details

PropertyValue
Table Namefilecoin.raw.deal_proposals
Table StatusBeta 🌱
Unique Keytipset_timestamp, unique_id
Clustering Key(s)to_date("tipset_timestamp")
Search Optimizationmessage_cid, client_address

Table Columns

Column NameData TypeDescription
tipset_heightNUMBER(38,0)Filecoin tipset height (block height). A tipset is a set of blocks at the same height that form the canonical chain.
tipset_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the Filecoin tipset.
message_cidVARCHAR(16777216)The CID of the message containing the transfer.
message_tipset_indexNUMBER(38,0)Position of this message within its tipset’s ordered message list
client_addressVARCHAR(16777216)Resolved Filecoin address of the storage client
market_actorVARCHAR(16777216)Address of the Filecoin storage market actor involved in this deal or transaction
method_numNUMBER(38,0)Numeric identifier of the actor method called by this message
params_base64VARCHAR(16777216)Base64-encoded raw bytes of the message parameters before decoding
gas_usedVARCHAR(16777216)Actual number of gas units consumed by this transaction or trace.
deal_indexNUMBER(38,0)Position of this deal within the block’s deal array
params_decodedVARIANTJSON-decoded message parameters for supported actor methods
_errorVARCHAR(16777216)Internal error or exception recorded during data processing for this row. Null for successful rows. Used for debugging data pipeline issues.
unique_idVARCHAR(16777216)Allium’s deterministic unique identifier for this row. Generated from the fields that uniquely identify the record (e.g. transaction hash + log index). Stable across full refreshes.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.