| BLOCK_NUMBER | NUMBER | Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block was produced. |
| BLOCK_HASH | TEXT | Block hash is a unique 66-character identifier that is generate when a block is produced. |
| CUMULATIVE_GAS_USED | NUMBER | The total amount of gas used when this transaction was executed in the block. |
| Note: this may be null for the transactions that are reverted, as described in the docs landing page. | | |
| FROM_ADDRESS | TEXT | Address from where the transaction was sent |
| TO_ADDRESS | TEXT | To address is a unique 42-character identifier that is generated when a transaction is produced. |
| GAS_USED | NUMBER | Total gas used in the block or transaction. |
| Note: this may be null for the transactions that are reverted, as described in the docs landing page. | | |
| LOGS | VARIANT | Event data. |
| LOGS_BLOOM | TEXT | Bloom filter for light clients to quickly retrieve related logs. |
| STATUS | NUMBER | Status of the transaction. |
| Note: this may be null for the transactions that are reverted, as described in the docs landing page. | | |
| TX_SUCCESS | BOOLEAN | |
| TX_STATUS | TEXT | Status of the transaction. |
| Note: this may be null for the transactions that are reverted, as described in the docs landing page. | | |
| TX_HASH | TEXT | Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. |
| POSITION | NUMBER | The position of the transaction within the block. |
| TYPE | NUMBER | Type of transaction |
| NEAR_RECEIPT_HASH | TEXT | Receipt hash on NEAR blockchain |
| NEAR_TRANSACTION_HASH | TEXT | Transaction hash on NEAR blockchain |
| FACT_RECEIPTS_ID | TEXT | A uniquely generated identifier assigned by a surrogate key |
| INSERTED_TIMESTAMP | TIMESTAMP_LTZ | The timestamp at which the record was initially created and inserted into this table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_LTZ | The timestamp at which this record was last modified by an internal process. |