Enriched Transactions
Chain
Ruby TestnetDataset name
ruby_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 | receipt_root_hash | receipt_l1_fee | receipt_l1_gas_used | receipt_l1_gas_price | receipt_l1_fee_scalar |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| enriched_transaction_0xa6029b4c7ea7134f09588513f3ecf7e27b38df1f65371dd60cdb9aa3ab11430c_0 | 0xcd14ab120d4b2b5c41d05ba8faa8e89ac9937553175b033c3389210b86418da5 | 0 | 0xa6029b4c7ea7134f09588513f3ecf7e27b38df1f65371dd60cdb9aa3ab11430c | 11 | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0 | 0 | 0 | 0x6bf6a42d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000057601d000000000000000000000000000000000000000000000000000000000000000b000000000000000000000000000000000000000000000000000000000000000c | null | null | 106 | 1713462984 | 0 | 0 | null | 1 | 100000000 | null | null | null | 0 | null | null |
| enriched_transaction_0x263c1b5dc9b520a5c56924ac3f4a68e4b88842fed39a5af3944ffa38a889d6c5_0 | 0x15771afe092cfa484a3932824275e43cdbd4bd3b49d06ad5055010ca10398f43 | 0 | 0x263c1b5dc9b520a5c56924ac3f4a68e4b88842fed39a5af3944ffa38a889d6c5 | 12 | 0 | 0x00000000000000000000000000000000000a4b05 | 0x00000000000000000000000000000000000a4b05 | 0 | 0 | 0 | 0x6bf6a42d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000057601f000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000018 | null | null | 106 | 1713463008 | 0 | 0 | null | 1 | 100000000 | null | null | null | 0 | 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 | long |
| receipt_root_hash | string |
| receipt_l1_fee | decimal |
| receipt_l1_gas_used | decimal |
| receipt_l1_gas_price | decimal |
| receipt_l1_fee_scalar | double |