Enriched Transactions
Chain
Dataset name
metal_testnet.raw_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_0x176fd4d37c3fffa445131e3fc4dfa02a357dd46ab76855f5d96290bc614155f3_0 | 0xfcd52ab1ddd74de7161f3c2fea465487726acf1cfe5b88252a9716a7c54b27c0 | 10 | 0x176fd4d37c3fffa445131e3fc4dfa02a357dd46ab76855f5d96290bc614155f3 | 11 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 1000000 | 0 | 0x015d8eb9000000000000000000000000000000000000000000000000000000000050eede0000000000000000000000000000000000000000000000000000000065cffd5400000000000000000000000000000000000000000000000000000000000003306a10927c70985f75898c48235b620acb2a48e9c777a40022f9dbad1b0c96a9c1000000000000000000000000000000000000000000000000000000000000000b000000000000000000000000db80eca386ac72a55510e33cf9cf7533e75916ee00000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | null | 126 | 1708129642 | 46853 | 46853 | null | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
| enriched_transaction_v2_0x7e205d8ad31566cdf8601f8c08ae35f1c79fe4c4071b71979441e787fa396b37_0 | 0x670a187ca479bcbee064dd4c293f01e9e1979249c4c2a33ae90f37f8df0b0aee | 18 | 0x7e205d8ad31566cdf8601f8c08ae35f1c79fe4c4071b71979441e787fa396b37 | 19 | 0 | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 | 0x4200000000000000000000000000000000000015 | 0 | 1000000 | 0 | 0x015d8eb9000000000000000000000000000000000000000000000000000000000050eee00000000000000000000000000000000000000000000000000000000065cffd7800000000000000000000000000000000000000000000000000000000000003337beac04646eb4f245a3f79b4b71e6c2114309317bcfac6665f60c0f295b80a480000000000000000000000000000000000000000000000000000000000000001000000000000000000000000db80eca386ac72a55510e33cf9cf7533e75916ee00000000000000000000000000000000000000000000000000000000000000bc00000000000000000000000000000000000000000000000000000000000a6fe0 | null | null | 126 | 1708129658 | 63965 | 63965 | null | 1 | 0 | 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 | string |
| 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 |