Skip to main content

Table Details

PropertyValue
Table Namefilecoin.raw.actor_state_snapshots
Table StatusBeta 🌱
Unique Keytipset_timestamp, tipset_height, address
Clustering Key(s)to_date("tipset_timestamp")

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.
addressVARCHAR(16777216)Wallet or contract address of the account. On EVM chains, a 42-character hex string (0x-prefixed). On other chains, the native address format applies.
state_preVARIANTCID of the actor state before this message’s execution
state_postVARIANTCID of the actor state after this message’s execution
balance_changeVARCHAR(16777216)Change in token balance from this transfer. Positive for inflows, negative for outflows.
_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.