Enriched Transactions
Chain
Dataset name
arc_testnet.receipt_transactionsVersion
1.0.0Description
Transaction data including input, value, from and to address, and metadata for the block, gas, and receipts.
Example data
| id | hash | nonce | block_hash | block_number | transaction_index | from_address | to_address | value | gas | gas_price | input | max_fee_per_gas | max_priority_fee_per_gas | transaction_type | block_timestamp | receipt_cumulative_gas_used | receipt_gas_used | receipt_contract_address | receipt_status | receipt_effective_gas_price | receipt_root_hash | receipt_l1_fee | receipt_l1_gas_used | receipt_l1_gas_price | receipt_l1_fee_scalar | receipt_l1_blob_base_fee | receipt_l1_blob_base_fee_scalar | blob_versioned_hashes | max_fee_per_blob_gas | receipt_l1_block_number | receipt_l1_base_fee_scalar | gateway_fee | fee_currency | gateway_fee_recipient |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| enriched_transaction_v2_0xaeecfd786edc228bbd2c6320571097dbb030847ee2b1a53677cc1d28cdd0e697_0 | 0x4b800238939c6a7431e6e50e14ff9023053124d6634682a10eb6891a72161e62 | 2 | 0xaeecfd786edc228bbd2c6320571097dbb030847ee2b1a53677cc1d28cdd0e697 | 120921 | 0 | 0x5f3b933bb7637944683ee6cece4a24c8e1205c42 | 0x12c2f52921bd7b0038f8d419a5a116dcecaacd32 | 0 | 0 | 0x | null | null | 0 | 1757611243 | 0 | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | |
| enriched_transaction_v2_0x84b12bc95112ef248b294e2c771872acbcfcb1f6e7623d4fd4f710b6e0c39727_0 | 0xbfa76bdaeb11963d61d11f35b84d22b3b0851ef0322b62f4459843cbc55a6bc1 | 0 | 0x84b12bc95112ef248b294e2c771872acbcfcb1f6e7623d4fd4f710b6e0c39727 | 122547 | 0 | 0x65653e701b491b92dceee84b6b76d7e03c685855 | 0x5c6740f44d824e0c0db8f37c468499f7b97d3328 | cEx] | 0 | 0 | 0x | 0 | 0 | 2 | 1757612056 | R | 0 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
| enriched_transaction_v2_0x5e024c50cd33a3b1de939d268f21500b06b4e8fbc32309cb04029c9816a0dc3c_0 | 0xd2bdb2cf29e859046e55b759df7af1e36eaa7a64e0649ee0a2f0e6d4bc9b8f91 | 1 | 0x5e024c50cd33a3b1de939d268f21500b06b4e8fbc32309cb04029c9816a0dc3c | 128300 | 0 | 0x3a80bd45c0527e1625ddbd9d5733374388e9d887 | 0x3a80bd45c0527e1625ddbd9d5733374388e9d887 | R | 0x | 2 | 1757614932 | R | R | null | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
Schema
| Column | Type |
|---|---|
| id | string |
| hash | string |
| nonce | long |
| block_hash | string |
| block_number | long |
| transaction_index | long |
| from_address | string |
| to_address | string |
| value | decimal |
| gas | decimal |
| gas_price | decimal |
| input | string |
| max_fee_per_gas | decimal |
| max_priority_fee_per_gas | decimal |
| transaction_type | long |
| block_timestamp | long |
| receipt_cumulative_gas_used | decimal |
| receipt_gas_used | decimal |
| receipt_contract_address | string |
| receipt_status | long |
| receipt_effective_gas_price | decimal |
| receipt_root_hash | string |
| receipt_l1_fee | decimal |
| receipt_l1_gas_used | decimal |
| receipt_l1_gas_price | decimal |
| receipt_l1_fee_scalar | double |
| receipt_l1_blob_base_fee | decimal |
| receipt_l1_blob_base_fee_scalar | long |
| blob_versioned_hashes | array |
| max_fee_per_blob_gas | decimal |
| receipt_l1_block_number | long |
| receipt_l1_base_fee_scalar | long |
| gateway_fee | long |
| fee_currency | string |
| gateway_fee_recipient | string |