Skip to main content
Schema: flow.core Table: fact_account_storage Type: Base Table This table contains account storage data as of the last block each day. Please note that the table will only update once a day.

Columns

Column NameData TypeDescription
BLOCK_HEIGHTNUMBERThe block height of the last block for the day at which storage was fetched.
ACCOUNT_ADDRESSTEXTThe address of the account for which storage was fetched.
BLOCK_DATEDATEThe date for which storage was fetched at the last block of the day.
ENCODED_DATATEXTThe encoded data of the account storage.
DECODED_DATAVARIANTThe decoded data of the account storage.
STORAGE_USEDNUMBERThe storage used by the account.
STORAGE_CAPACITYNUMBERThe storage capacity of the account.
FACT_ACCOUNT_STORAGE_IDTEXTThe surrogate key for the account storage.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe timestamp of that the row was inserted.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe timestamp of that the row was last modified.