Enriched Transactions
Chain
Dataset name
rise_sepolia.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_0x5386e812310200b6f435df8d5c4e2b3bd7cb5b4f9d9d0ae47542e934d05d168c_0 | 0x814c2a5820b1b48bdaf0659d48a07c9a4bcb43bb424246d1aaf94a340c50d03f | 0 | 0x5386e812310200b6f435df8d5c4e2b3bd7cb5b4f9d9d0ae47542e934d05d168c | 1 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x440a5e2000000558000c5fc5000000000000000100000000676b5a7800000000007021e20000000000000000000000000000000000000000000000000000000000003f9e00000000000000000000000000000000000000000000000000000000000000197c0771b33315a3cd5b8821b6a999352489cf56f579fe0d5db75e1de9f3099d0000000000000000000000000045bd8bc15ffc21315f8a1e3cdf67c73b487768e8 | null | null | 126 | 1735088761 | 0 | 0 | null | 1 | null | 0 | ? | null | 0 | 810949 | null | null | null | 1368 | null | null | null | ||||
| enriched_transaction_v2_0xbdd18911a1dd57375ed2463e0199daaec55b4cbf4fef96cc73802046fc91d500_0 | 0x9bf84a168c2d20942685d118b52dc4ed04a9eb96b6c8f081c0e097e3997886c1 | 9 | 0xbdd18911a1dd57375ed2463e0199daaec55b4cbf4fef96cc73802046fc91d500 | 10 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x440a5e2000000558000c5fc5000000000000000a00000000676b5a7800000000007021e20000000000000000000000000000000000000000000000000000000000003f9e00000000000000000000000000000000000000000000000000000000000000197c0771b33315a3cd5b8821b6a999352489cf56f579fe0d5db75e1de9f3099d0000000000000000000000000045bd8bc15ffc21315f8a1e3cdf67c73b487768e8 | null | null | 126 | 1735088770 | null | 1 | null | 0 | ? | null | 0 | 810949 | null | null | null | 1368 | null | null | null | ||||||
| enriched_transaction_v2_0x2de298ccd5a94d61a3c23ba951fafacc120bc16e3c7495ca5309e5c37a313235_0 | 0x7891af37b69a6ca8ab9e0e4157070672441e046e7acc574655a40adfe1d4f0e2 | 10 | 0x2de298ccd5a94d61a3c23ba951fafacc120bc16e3c7495ca5309e5c37a313235 | 11 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 0x440a5e2000000558000c5fc5000000000000000b00000000676b5a7800000000007021e20000000000000000000000000000000000000000000000000000000000003f9e00000000000000000000000000000000000000000000000000000000000000197c0771b33315a3cd5b8821b6a999352489cf56f579fe0d5db75e1de9f3099d0000000000000000000000000045bd8bc15ffc21315f8a1e3cdf67c73b487768e8 | null | null | 126 | 1735088771 | null | 1 | null | 0 | ? | null | 0 | 810949 | null | null | null | 1368 | 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 |