Enriched Transactions
Chain
Dataset name
iota.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_0x308baa7058b598e90fd266d6df55dc5ac4c392d349605b0d7137540c8bdd68dc_2 | 0x48e7e7d56343975b8b68b2f41d404deeda65cdbdb8a0a5a1023127ea1c894ead | 3 | 0x308baa7058b598e90fd266d6df55dc5ac4c392d349605b0d7137540c8bdd68dc | 207 | 2 | 0x883aefcb41184c6fc70415d5943692ef379ab10d | 0x431b0ee09a89c9242e8e8eec72edbc682fcfa481 | 0 | 0x1687fe8e | null | null | null | 1711121561 | 0 | 0 | 0x0000000000000000000000000000000000000000 | 1 | null | null | null | null | null | null | |||
| enriched_transaction_0xbd7a9b45c93ca30ca01cdfe28382c3eeb14f931f93f88812e772c7c4e9edde9b_1 | 0x154a3b75b875637c9858d5701f536e16d7bb6b4bf13612e368e05fdd4f50ddb1 | 3 | 0xbd7a9b45c93ca30ca01cdfe28382c3eeb14f931f93f88812e772c7c4e9edde9b | 184 | 1 | 0xdf6cd32c709c9ccb741602cc1586a8a17913fafe | 0x431b0ee09a89c9242e8e8eec72edbc682fcfa481 | 0 | 0x1687fe8e | null | null | null | 1711121544 | 0 | 0x0000000000000000000000000000000000000000 | 1 | null | null | null | null | null | null | ||||
| enriched_transaction_0xce0c7ef76bcef32a29b04b8bc01564e78bd657aac8da86950ce0fe277bff022f_0 | 0xebedba8fbc9d226750eb66b2ca3bb23d0ac7d4400404ef42bb7ffa966976f98b | 4 | 0xce0c7ef76bcef32a29b04b8bc01564e78bd657aac8da86950ce0fe277bff022f | 247 | 0 | 0xe2d7236ed218a3481337d8d6da279eb8dd89ecf4 | 0x431b0ee09a89c9242e8e8eec72edbc682fcfa481 | 0 | 0x1687fe8e | null | null | null | 1711121593 | 0 | 0 | 0x0000000000000000000000000000000000000000 | 1 | 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 | long |
| receipt_root_hash | string |
| receipt_l1_fee | decimal |
| receipt_l1_gas_used | decimal |
| receipt_l1_gas_price | decimal |
| receipt_l1_fee_scalar | double |