> ## Documentation Index
> Fetch the complete documentation index at: https://tokenterminal.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# immutablezkevm

> Tables in tt-blockchain.immutablezkevm

## Tables

### blocks

Block header data containing sequential numbering, cryptographic hashes linking to parent blocks, timestamps, and consensus metadata. Primary source for blockchain state verification and chain navigation.

<Accordion title="Columns">
  | Column              | Type          | Description                                                                                                                                                                                                                  |
  | ------------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `timestamp`         | `TIMESTAMP`   | Timestamp when the block was produced. UTC timezone.                                                                                                                                                                         |
  | `number`            | `INT64`       | Sequential block number indicating the position of the block in the blockchain. Increments by 1 for each new block in the chain.                                                                                             |
  | `block_hash`        | `STRING`      | Unique identifier for the block. 66-character hex string including 0x prefix.                                                                                                                                                |
  | `transaction_count` | `INT64`       | Number of transactions included in the block.                                                                                                                                                                                |
  | `gas_limit`         | `INT64`       | Maximum gas allowed to be consumed by all transactions in the block. Measured in gas units, representing the computational capacity limit set for block execution.                                                           |
  | `gas_used`          | `INT64`       | Amount of gas consumed by the execution. Measured in gas units, representing the computational resources used to process the operation.                                                                                      |
  | `base_fee_per_gas`  | `INT64`       | Minimum fee per gas unit required for transaction inclusion in the block. Measured in wei, representing the base cost dynamically adjusted by the network's fee mechanism.                                                   |
  | `miner`             | `STRING`      | Address of the block producer who created the block. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                          |
  | `parent_hash`       | `STRING`      | Hash of the parent block in the blockchain. 66-character hex string including 0x prefix.                                                                                                                                     |
  | `nonce`             | `STRING`      | Sequential counter for transactions or operations from an account. Increments by 1 for each new transaction to prevent replay attacks and ensure transaction ordering.                                                       |
  | `sha3_uncles`       | `STRING`      | Keccak-256 hash of the RLP-encoded list of uncle block headers. 66-character hex string including 0x prefix.                                                                                                                 |
  | `logs_bloom`        | `STRING`      | Bloom filter for efficient event log querying within the block. 512-character hex string (including 0x prefix) representing a probabilistic data structure for testing event presence.                                       |
  | `transactions_root` | `STRING`      | Merkle root hash of all transactions included in the block. 66-character hex string including 0x prefix.                                                                                                                     |
  | `state_root`        | `STRING`      | Merkle root hash representing the complete state of the blockchain after block execution. 66-character hex string including 0x prefix.                                                                                       |
  | `receipts_root`     | `STRING`      | Merkle root hash of all transaction receipts in the block. 66-character hex string including 0x prefix.                                                                                                                      |
  | `difficulty`        | `INT64`       | Mining difficulty target for the block. Integer value representing the computational effort required to produce the block, with 0 indicating proof-of-stake consensus and higher values indicating proof-of-work difficulty. |
  | `total_difficulty`  | `NUMERIC`     | Cumulative sum of block difficulty from genesis to the current block. Numeric value representing the total computational work expended on the chain up to and including this block.                                          |
  | `size`              | `INT64`       | Block size in bytes. Represents the total serialized size of the block data structure.                                                                                                                                       |
  | `extra_data`        | `STRING`      | Arbitrary data field included in the block by the block producer. Hex-encoded string format, typically containing miner software version, pool information, or chain-specific metadata.                                      |
  | `mix_hash`          | `STRING`      | Hash value used in proof-of-work mining or consensus verification. 66-character hex string including 0x prefix.                                                                                                              |
  | `uncles`            | `ARRAY<JSON>` | List of uncle block hashes included in the block. Empty array for chains not supporting uncle blocks in their consensus mechanism.                                                                                           |
</Accordion>

<Accordion title="Sample Data">
  | size | miner                                      | nonce              | number | uncles | gas\_used | mix\_hash                                                          | gas\_limit | timestamp                | block\_hash                                                        | difficulty | extra\_data                                                                                                                                                                                          | logs\_bloom                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | state\_root                                                        | parent\_hash                                                       | sha3\_uncles                                                       | receipts\_root                                                     | base\_fee\_per\_gas | total\_difficulty | transaction\_count | transactions\_root                                                 |
  | ---- | ------------------------------------------ | ------------------ | ------ | ------ | --------- | ------------------------------------------------------------------ | ---------- | ------------------------ | ------------------------------------------------------------------ | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------- | ----------------- | ------------------ | ------------------------------------------------------------------ |
  | 611  | 0x0000000000000000000000000000000000000000 | 0x0000000000000000 | 525664 | \[]    | 0         | 0x0000000000000000000000000000000000000000000000000000000000000000 | 30000000   | 2023-12-23T07:36:50.000Z | 0x0560bf8628157bec12f71b1b4775ae1583a896d5e7975c311f4c5d52c03b01c8 | 2          | 0xd883010d00846765746888676f312e32312e35856c696e7578000000000000005c88547b2d2e2b7fa7ce52a3923ff7d0b84151006b7e647af209cb480f977c2a2c4f9a9361d593dd9a9a55e335252a9ca2f9752de52bb285c0d020571767b4fb01 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xf70ab2a85f12461908b77d84eca462db3e20c59712b11ce5b9970a0ace9a3b56 | 0x1442fca162125cb92fd8ea26ebdf90db31385d2f68b769f0671fe8ce698f75ce | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 49                  | 1051329           | 0                  | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
  | 611  | 0x0000000000000000000000000000000000000000 | 0x0000000000000000 | 519148 | \[]    | 0         | 0x0000000000000000000000000000000000000000000000000000000000000000 | 30000000   | 2023-12-23T03:59:38.000Z | 0x072ebafeb7da16671c7da5bc775eeb7d046e9814634a57c3b7e2bf0f29e4e2a2 | 2          | 0xd883010d00846765746888676f312e32312e35856c696e757800000000000000191017b62b225b91bcd95d9aec1c41ecf804b9fe9f5398a67b2cc0defb1b785527ba49862ae599f772f21d4e81df0c71021dd97d9778ade91deb60029bdc562b00 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xf70ab2a85f12461908b77d84eca462db3e20c59712b11ce5b9970a0ace9a3b56 | 0xfbc3e5d8a1d3f61d224ddb35dae2808d3ec43f0b0f6d2743356b77d9a9c3dc0e | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 49                  | 1038297           | 0                  | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
  | 611  | 0x0000000000000000000000000000000000000000 | 0x0000000000000000 | 512659 | \[]    | 0         | 0x0000000000000000000000000000000000000000000000000000000000000000 | 30000000   | 2023-12-23T00:23:20.000Z | 0x07da863de49cf4e54c0b6912d6614ec7dd680c50be6f898657d5d7bb0b22f24b | 2          | 0xd883010d00846765746888676f312e32312e35856c696e757800000000000000e7ef1863a0f8f5c1c70fae584639cb1443b4aea6fddd0eec4cdc55607d403c7e5b25e4ba284355a02f9e1c0bf3ad71c349bd2843d7b373ff1b63bd57f9ccd05d01 | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0xf70ab2a85f12461908b77d84eca462db3e20c59712b11ce5b9970a0ace9a3b56 | 0x7b472bd0d1f5e9aed7a22b2d7ed0c7f5f8dcaeae8531272e69cf410a3aac21ea | 0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347 | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 | 49                  | 1025319           | 0                  | 0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-blockchain.immutablezkevm.blocks`
  WHERE timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### logs

Event logs emitted by smart contracts during transaction execution, containing indexed topics for efficient filtering and ABI-encoded data payloads. Primary source for tracking contract interactions, token transfers, and state changes across blockchain networks.

<Accordion title="Columns">
  | Column              | Type            | Description                                                                                                                                                                                               |
  | ------------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`   | `TIMESTAMP`     | Timestamp when the block was produced. UTC timezone, microsecond precision.                                                                                                                               |
  | `block_number`      | `INT64`         | Sequential number of the block in the blockchain. Starts at 0 for the genesis block and increments by 1 for each subsequent block.                                                                        |
  | `transaction_hash`  | `STRING`        | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                                                                       |
  | `log_index`         | `INT64`         | Position of the event log within its containing block. Zero-indexed integer indicating the sequential order of logs emitted in the block.                                                                 |
  | `address`           | `STRING`        | Contract address that emitted the event log. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                               |
  | `data`              | `STRING`        | ABI-encoded event or transaction data. Hex-encoded string including 0x prefix.                                                                                                                            |
  | `topics`            | `ARRAY<STRING>` | Indexed event parameters from the emitted log. Array of 66-character hex strings including 0x prefix, where the first element is the event signature hash and subsequent elements are indexed parameters. |
  | `removed`           | `BOOL`          | Indicates whether the log was removed due to a chain reorganization.                                                                                                                                      |
  | `block_hash`        | `STRING`        | Unique identifier for the block. 66-character hex string including 0x prefix.                                                                                                                             |
  | `transaction_index` | `INT64`         | Position of the transaction within its containing block. Zero-indexed integer indicating the sequential order of transactions in the block.                                                               |
</Accordion>

<Accordion title="Sample Data">
  | data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | topics                                                                                                                                                                                                                                                                                 | address                                    | removed | log\_index | block\_hash                                                        | block\_number | block\_timestamp         | transaction\_hash                                                  | transaction\_index |
  | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | ------- | ---------- | ------------------------------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ | ------------------ |
  | 0x000000000000000000000000000000000000000000000000909b46cadf920000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | \["0x8294ebca1c2aada95b98b62a8d705ba5d7be4bdb75901d3f0eeb35062b706c79","0x000000000000000000000000f57e7e7c23978c3caec3c3548e3d615c346e79ff","0x0000000000000000000000001187a364dcb403897574ac135ea39549dacd8f0f","0x0000000000000000000000001187a364dcb403897574ac135ea39549dacd8f0f"] | 0xba5e35e26ae59c7aea6f029b68c6460de2d13eb6 | false   | 2          | 0x7c26f502bd0302d908a922f415f3fa7085382fa7ca1a53c2a87e6b58569a0b62 | 2155958       | 2024-01-30T01:22:00.000Z | 0x08e9ccc29800a4791d90dfb4c816eb1681fc0de234a86a5efbfaedbcf98e66a9 | 0                  |
  | 0x000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000008457468657265756d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002a3078346634394235333932384137314535353362423142304636366135426342353446643445383933320000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a087a7811f4bfedea3d341ad165680ae306b01aaeacc205d227629cf157dd9f821000000000000000000000000f57e7e7c23978c3caec3c3548e3d615c346e79ff0000000000000000000000001187a364dcb403897574ac135ea39549dacd8f0f0000000000000000000000001187a364dcb403897574ac135ea39549dacd8f0f000000000000000000000000000000000000000000000000909b46cadf920000 | \["0x8f0fcb451a538667ff38e9d1315b5c5c2139ef2dc620c3577a8106ea734fc3a8"]                                                                                                                                                                                                                | 0x4f49b53928a71e553bb1b0f66a5bcb54fd4e8932 | false   | 1          | 0x7c26f502bd0302d908a922f415f3fa7085382fa7ca1a53c2a87e6b58569a0b62 | 2155958       | 2024-01-30T01:22:00.000Z | 0x08e9ccc29800a4791d90dfb4c816eb1681fc0de234a86a5efbfaedbcf98e66a9 | 0                  |
  | 0x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | \["0x91057b069763121972ce22b18b2f319b1520dd4c72f1f94a6395e81ceaf63f41","0x56c7a2eca877f55536bd143b73dba1db57c0acac7a76a63fb2d9b06c0128c9d4"]                                                                                                                                           | 0xe432150cce91c13a887f7d836923d5597add8e31 | false   | 0          | 0x7c26f502bd0302d908a922f415f3fa7085382fa7ca1a53c2a87e6b58569a0b62 | 2155958       | 2024-01-30T01:22:00.000Z | 0x08e9ccc29800a4791d90dfb4c816eb1681fc0de234a86a5efbfaedbcf98e66a9 | 0                  |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-blockchain.immutablezkevm.logs`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### traces

Individual transaction execution steps recording internal operations, including contract calls, value transfers, and gas consumption. Used for analyzing complex transaction flows and debugging smart contract interactions.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                                                                                                                                  |
  | ------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, microsecond precision.                                                                                                                                                                                  |
  | `block_number`     | `INT64`     | Sequential number of the block in the blockchain. Starts at 0 for the genesis block and increments by 1 for each subsequent block.                                                                                                                           |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                                                                                                                          |
  | `trace_type`       | `STRING`    | Type of trace operation executed within the transaction. Common values include CALL for contract calls, CREATE for contract deployments, DELEGATECALL for delegate calls, STATICCALL for static calls, and SELFDESTRUCT for contract destruction operations. |
  | `status`           | `BOOL`      | Success indicator for the operation. Boolean value where true indicates successful execution and false indicates failure.                                                                                                                                    |
  | `error`            | `STRING`    | Error message returned when transaction execution fails. Empty when execution succeeds.                                                                                                                                                                      |
  | `trace_address`    | `STRING`    | Hierarchical position of the trace within the transaction's execution tree. Comma-separated string of zero-indexed integers representing the depth and order of nested calls.                                                                                |
  | `from_address`     | `STRING`    | Address that initiated the transaction or internal operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                                                 |
  | `to_address`       | `STRING`    | Address receiving the transaction or internal operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                                                      |
  | `value`            | `NUMERIC`   | Amount transferred in the transaction or operation. Denominated in the smallest unit of the blockchain's native currency.                                                                                                                                    |
  | `input`            | `STRING`    | Calldata or transaction payload sent with the call or transaction. Hex-encoded string starting with 0x, containing the function signature and encoded parameters for smart contract interactions.                                                            |
  | `output`           | `STRING`    | Return data from the smart contract execution or call. Hex-encoded string starting with 0x, containing the function's return value in ABI-encoded format.                                                                                                    |
  | `gas`              | `INT64`     | Maximum gas units allocated for the transaction execution.                                                                                                                                                                                                   |
  | `gas_used`         | `NUMERIC`   | Amount of gas consumed by the execution. Measured in gas units, representing the computational resources used to process the operation.                                                                                                                      |
  | `trace_id`         | `STRING`    | Unique identifier for the trace operation within a transaction. Composite string combining the trace type and transaction hash, with optional trace address appended to distinguish between multiple operations of the same type.                            |
</Accordion>

<Accordion title="Sample Data">
  | gas   | error | input | value                 | output | status | gas\_used | trace\_id                                                                         | to\_address                                | trace\_type | block\_number | from\_address                              | trace\_address | block\_timestamp         | transaction\_hash                                                  |
  | ----- | ----- | ----- | --------------------- | ------ | ------ | --------- | --------------------------------------------------------------------------------- | ------------------------------------------ | ----------- | ------------- | ------------------------------------------ | -------------- | ------------------------ | ------------------------------------------------------------------ |
  | 20487 |       | 0x    | 500000000000000000000 |        | true   | 0         | CALL\_0x12122ba7ac00c986dab373fa8f332fb25fd8e535e6a3f9ff6274c6818768bf29\_0\_1\_2 | 0x9b695e30e56c4de2d2060ab4e720c1b13ec98021 | CALL        | 5828623       | 0x6c28aef8977c9b773996d0e8376d2ee379446f2f | 0,1,2          | 2024-04-24T01:50:48.000Z | 0x12122ba7ac00c986dab373fa8f332fb25fd8e535e6a3f9ff6274c6818768bf29 |
  | 17179 |       | 0x    | 2738171543060920544   |        | true   | 0         | CALL\_0x05e419f175af291773dd0f57e32b10b9a5c0c470d29974748f04a919563ed71c\_0\_1\_0 | 0x9b695e30e56c4de2d2060ab4e720c1b13ec98021 | CALL        | 5830087       | 0x6c28aef8977c9b773996d0e8376d2ee379446f2f | 0,1,0          | 2024-04-24T02:39:36.000Z | 0x05e419f175af291773dd0f57e32b10b9a5c0c470d29974748f04a919563ed71c |
  | 17183 |       | 0x    | 3174478393032599426   |        | true   | 0         | CALL\_0xf463160bd11ed07aea7ab3589fe07f121761c694e69841f3c54b013ef931b451\_0\_1\_0 | 0x9b695e30e56c4de2d2060ab4e720c1b13ec98021 | CALL        | 5829764       | 0x6c28aef8977c9b773996d0e8376d2ee379446f2f | 0,1,0          | 2024-04-24T02:28:50.000Z | 0xf463160bd11ed07aea7ab3589fe07f121761c694e69841f3c54b013ef931b451 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-blockchain.immutablezkevm.traces`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### transactions

Transaction records containing signed operations that modify blockchain state. Primary source for tracking value transfers, contract interactions, and account state changes across the network.

<Accordion title="Columns">
  | Column                        | Type          | Description                                                                                                                                                                                                               |
  | ----------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_number`                | `INT64`       | Sequential number of the block in the blockchain. Starts at 0 for the genesis block and increments by 1 for each subsequent block.                                                                                        |
  | `block_timestamp`             | `TIMESTAMP`   | Timestamp when the block was produced. UTC timezone, microsecond precision.                                                                                                                                               |
  | `block_hash`                  | `STRING`      | Unique identifier for the block. 66-character hex string including 0x prefix.                                                                                                                                             |
  | `from_address`                | `STRING`      | Address that initiated the transaction or internal operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                              |
  | `gas`                         | `INT64`       | Maximum gas units allocated for the transaction execution.                                                                                                                                                                |
  | `gas_price`                   | `STRING`      | Price per unit of gas for the transaction. Integer value denominated in the smallest unit of the blockchain's native currency (wei for EVM chains).                                                                       |
  | `transaction_hash`            | `STRING`      | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                                                                                       |
  | `input`                       | `STRING`      | Calldata or transaction payload sent with the call or transaction. Hex-encoded string starting with 0x, containing the function signature and encoded parameters for smart contract interactions.                         |
  | `nonce`                       | `INT64`       | Sequential counter for transactions or operations from an account. Increments by 1 for each new transaction to prevent replay attacks and ensure transaction ordering.                                                    |
  | `r`                           | `STRING`      | ECDSA signature component r from the transaction signature. 66-character hex string including 0x prefix.                                                                                                                  |
  | `s`                           | `STRING`      | ECDSA signature component s from the transaction signature. 66-character hex string including 0x prefix.                                                                                                                  |
  | `to_address`                  | `STRING`      | Address receiving the transaction or internal operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                   |
  | `transaction_index`           | `INT64`       | Position of the transaction within its containing block. Zero-indexed integer indicating the sequential order of transactions in the block.                                                                               |
  | `transaction_type`            | `INT64`       | EIP-2718 transaction type indicator. Integer value representing the transaction format: 0 for legacy, 1 for EIP-2930 access list, 2 for EIP-1559 fee market, 3 for EIP-4844 blob transactions.                            |
  | `v`                           | `INT64`       | ECDSA signature component v from the transaction signature. Integer value used for signature verification and public key recovery.                                                                                        |
  | `value`                       | `STRING`      | Amount transferred in the transaction or operation. Denominated in the smallest unit of the blockchain's native currency.                                                                                                 |
  | `chain_id`                    | `INT64`       | Numeric identifier for the blockchain network. Integer value that uniquely identifies the blockchain according to EIP-155 chain ID standard.                                                                              |
  | `max_fee_per_gas`             | `NUMERIC`     | Maximum gas price per unit willing to be paid for transaction execution. Integer value denominated in wei for EVM chains, specified by the transaction sender as part of EIP-1559 fee market transactions.                |
  | `max_priority_fee_per_gas`    | `NUMERIC`     | Maximum tip per gas unit offered to validators for transaction priority. Integer value denominated in wei for EVM chains, specified by the transaction sender in EIP-1559 transactions to incentivize faster inclusion.   |
  | `access_list`                 | `ARRAY<JSON>` | List of addresses and storage keys accessed during EIP-2930 access list transactions. Array of structs containing contract addresses and their associated storage slot keys that the transaction declares it will access. |
  | `receipt_contract_address`    | `STRING`      | Contract address created by the transaction when deploying a new smart contract. Hex-encoded, 0x-prefixed, 42-character string. Null for all non-deployment transactions.                                                 |
  | `receipt_cumulative_gas_used` | `INT64`       | Total gas consumed by all transactions in the block up to and including this transaction. Integer value representing the cumulative sum of gas used, incrementing with each transaction in sequential order.              |
  | `receipt_effective_gas_price` | `INT64`       | Actual gas price paid per unit for transaction execution. Integer value denominated in wei.                                                                                                                               |
  | `receipt_gas_used`            | `INT64`       | Gas units consumed by this specific transaction.                                                                                                                                                                          |
  | `receipt_logs_bloom`          | `STRING`      | Bloom filter for efficiently querying event logs emitted by the transaction. 512-character hex string including 0x prefix, representing a 256-byte bit array used for probabilistic matching of log topics and addresses. |
  | `receipt_status`              | `BOOL`        | Transaction execution outcome indicator. Boolean value where true indicates successful execution and false indicates failure.                                                                                             |
  | `receipt_transaction_index`   | `INT64`       | Position of the transaction within its containing block. Zero-indexed integer indicating the sequential order of transactions in the block.                                                                               |
  | `receipt_type`                | `INT64`       | Transaction encoding format identifier from EIP-2718. Integer value indicating the transaction type returned in the receipt.                                                                                              |
</Accordion>

<Accordion title="Sample Data">
  | r                                                                  | s                                                                  | v     | gas     | input                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | nonce | value               | chain\_id | gas\_price  | block\_hash                                                        | to\_address                                | access\_list | block\_number | from\_address                              | receipt\_type | receipt\_status | block\_timestamp         | max\_fee\_per\_gas | receipt\_gas\_used | transaction\_hash                                                  | transaction\_type | transaction\_index | receipt\_logs\_bloom                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | max\_priority\_fee\_per\_gas | receipt\_contract\_address | receipt\_transaction\_index | receipt\_cumulative\_gas\_used | receipt\_effective\_gas\_price |
  | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ----- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----- | ------------------- | --------- | ----------- | ------------------------------------------------------------------ | ------------------------------------------ | ------------ | ------------- | ------------------------------------------ | ------------- | --------------- | ------------------------ | ------------------ | ------------------ | ------------------------------------------------------------------ | ----------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -------------------------- | --------------------------- | ------------------------------ | ------------------------------ |
  | 0xec36697aa507fa00df044a6d3a51aa98270081e5a752e3c17373fd40215eedb5 | 0x1d9265df6bd8620fcb8c465ebbfc4e32adb6fef3dc6658bd168228eb4741d8ff | 1     | 8000000 | 0x09c5eabe00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000003ba0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000014a00000000000000000000000000000000000000000000000000000000000001440000000000000000000000000000000000000000000000000000000000000343b000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000017496dcc66957f8bb0b9a77f263391aac9be7e23d6be4b2b2d659e05545e2586f0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000147472616e736665724f70657261746f72736869700000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000012a000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000980000000000000000000000000000000000000000000000000000000000001f74d0000000000000000000000000000000000000000000000000000000000000048000000000000000000000000022471f74974f74699e96fdebace65a8b8d4ee250000000000000000000000000635fecc4e4321000861f2f26d2d41ae0eb3929d000000000000000000000000066c6a697fc38914e96c5fc0041d1b020d6b972000000000000000000000000006942451fffa028345939c91be2dc0c525fdc82f000000000000000000000000077713e6f37e75c59be91a7f88522274083184950000000000000000000000000aae6508d399ac6db851f7ec56c6a0d89f41de4e0000000000000000000000000bd24b9ee8e1ab62a370619ab106fff51ee2e3e20000000000000000000000000f95a60b914ed3ba0671e37a3ffde781243adbff0000000000000000000000000fa2b99d3a580376705d59d6affeeb6d77e9256700000000000000000000000012f4ae637915d8825f3eb27f6bc62738587237f5000000000000000000000000147bbd3f9b54491f8ccd3abbd73267a10d3ac3ab0000000000000000000000001482646745fd155412ffc6f6e2a60108cd9b3b3a000000000000000000000000176aa9757a84b8fba275e8097af896861620499000000000000000000000000019be475ed7f2fdbb5df2df14eab30524703708280000000000000000000000001a3046e60736df7863bb87aed69293f45763f14c0000000000000000000000002e620e712bbe7c5a8e1488e8a0fa0c1314228bbf0000000000000000000000002ecb87cc99684802ebb0815eea7eb06146a2a4cc0000000000000000000000002f4004b19a13dfca1ae5b0b7197759196b05e8a90000000000000000000000002f667d06558801391d090503dc02a72ca0d5537400000000000000000000000033ea451d5b0f75d6c614d4b733e43c1f9d6d1c90000000000000000000000000354aed42b4f9da7039b424dde808ecd8eb75ad5e00000000000000000000000036246df11d3285d828a1aca139f2728fc0b874db0000000000000000000000003a5cca566b3f4b53feb9c0430ee4365e75eba0e20000000000000000000000003d678db9ce90dfa014be206e87a142a4fb9ef8980000000000000000000000003e6ff1404fc5dfd26d6edf2ede7e84da6f24a44800000000000000000000000043433c599e5d265d91991c19c0106c64b2477a7000000000000000000000000047dc2b26050898f8c19f6d0630756e21fdac62a90000000000000000000000004b46c60cf551bfe8cb267b5123bcd51851a9f2e10000000000000000000000004cf06808bbf096e76c5b33daa4fe9c4457023ba80000000000000000000000004e425e665fc1677843011eb83f2f19a8214c01cb00000000000000000000000050a0361b751dd2a7e1dabb9a75362cd65d08d5e000000000000000000000000051e235e5936a2ebdf62debf539e128277ce8c2d300000000000000000000000055eec198782e4104cbed4ea0a10a8a64b645015c0000000000000000000000006506cb381b0f0a6c17664c91c6480d3755759adf0000000000000000000000006ae989b60c61fc4666a78e1c465531833917da06000000000000000000000000707cbcb49aee491bd2dcb1b890ff55cec1c1142e00000000000000000000000071cb16c1dd97392ca0cf896ba11d5e852b357b1300000000000000000000000074178931aa7530d2af5b92ab77d95eaf49a1603400000000000000000000000075388fcc174ef7b24f356fe6bfcbf5fa783a8cc600000000000000000000000075e78aec75edbf03975a8e7e5f9bc5bd26806e140000000000000000000000007632f15d5c6039fe332d6de46f7a62ca116f502c0000000000000000000000007b74d4e66de0d57c127338c0be1ce8b58c929ec20000000000000000000000007d8bd7829cbc862efbe5225f8abc428a4bd9f64c0000000000000000000000007edcc0dfb2fc63710faf15a88d87c17b07997f010000000000000000000000007fd02ea1f6658dd899050cf6815ceb10427e09450000000000000000000000007fde0225aa9123735bee4cdca19a637233812cfa00000000000000000000000081281fc6a16d07efde5af7470a9cd60f94e5c15a0000000000000000000000008c25365d3c6cc4ab2ad16a60cf17a1063b3a62070000000000000000000000008dccd94f5d8d49495f8a8a3a698f3e4a88ec7bd900000000000000000000000090f0c73a55c9f5b2c0c19d0e7156bfaa4394cc060000000000000000000000009101f907a17daf239892060ab44d5c31fda3694b0000000000000000000000009b0d95ff7b2e82ffc1d187d845b4d79e83b16e6b0000000000000000000000009faaed5f58c28b868febc8597a9878f2a7594d5a000000000000000000000000a38966678771c226b0f76dc839e4c127f4dafc1a000000000000000000000000af4e24d34f937f8af354c64bad56512ae8151dc8000000000000000000000000b3737571f02c718f245760eac29ea887b988473c000000000000000000000000b4054ad1bec23b7e69214dc7f180efda4ec01a4e000000000000000000000000b681aa9f5e408eb7024f27ae6780fd1ba91d8b20000000000000000000000000c91e64d3009e21e39786e34ccd929bb8804a1cd1000000000000000000000000d1abed614408c207cae99fbcfb84e02b61a50346000000000000000000000000d2fdfe5b3ae2ac0630ae4a12259464fefb372c27000000000000000000000000d431bce58338df2f23a779ab110dd118262702a1000000000000000000000000d770a94d628ca2d11e5acee814fcd31cfdd8cc07000000000000000000000000d8c192bf40561415d081fcbdf35812847fb1ecad000000000000000000000000e0f254c5300ae1b1895a4ca601b3e547761ae107000000000000000000000000ea7ea321f80ec7ff0969c48f12b3ff102298a2ba000000000000000000000000ec1dd84d9f8ec82cdf0032122e09e052ed5999c9000000000000000000000000f3bc8038c1fb75d405c60f021caa7f521704366f000000000000000000000000f8c4553fbe712c88cee485b75b7fffbb0ce582e8000000000000000000000000fd8891d7ac88ca88b45b7c89dc525d2e2f55805a000000000000000000000000fdfe2cb13f2c88c3436f99d45ba61194c9b9d93b000000000000000000000000fe01b2da045d23dce44652c331173b0f2603702500000000000000000000000000000000000000000000000000000000000000480000000000000000000000000000000000000000000000000000000000000e6100000000000000000000000000000000000000000000000000000000000009080000000000000000000000000000000000000000000000000000000000000b6100000000000000000000000000000000000000000000000000000000000006780000000000000000000000000000000000000000000000000000000000000f870000000000000000000000000000000000000000000000000000000000001c7b00000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000009ec0000000000000000000000000000000000000000000000000000000000000fb00000000000000000000000000000000000000000000000000000000000000ebb000000000000000000000000000000000000000000000000000000000000154000000000000000000000000000000000000000000000000000000000000006cb0000000000000000000000000000000000000000000000000000000000000ae500000000000000000000000000000000000000000000000000000000000010460000000000000000000000000000000000000000000000000000000000000b84000000000000000000000000000000000000000000000000000000000000077700000000000000000000000000000000000000000000000000000000000009f9000000000000000000000000000000000000000000000000000000000000131500000000000000000000000000000000000000000000000000000000000008bc00000000000000000000000000000000000000000000000000000000000009000000000000000000000000000000000000000000000000000000000000000bb60000000000000000000000000000000000000000000000000000000000000a580000000000000000000000000000000000000000000000000000000000000f28000000000000000000000000000000000000000000000000000000000000008d0000000000000000000000000000000000000000000000000000000000000e490000000000000000000000000000000000000000000000000000000000000a4800000000000000000000000000000000000000000000000000000000000001320000000000000000000000000000000000000000000000000000000000000c6a0000000000000000000000000000000000000000000000000000000000000b4a00000000000000000000000000000000000000000000000000000000000008240000000000000000000000000000000000000000000000000000000000000765000000000000000000000000000000000000000000000000000000000000080b00000000000000000000000000000000000000000000000000000000000000c40000000000000000000000000000000000000000000000000000000000000da10000000000000000000000000000000000000000000000000000000000000e3f0000000000000000000000000000000000000000000000000000000000000a3d00000000000000000000000000000000000000000000000000000000000008370000000000000000000000000000000000000000000000000000000000000578000000000000000000000000000000000000000000000000000000000000086f0000000000000000000000000000000000000000000000000000000000000de60000000000000000000000000000000000000000000000000000000000000c0700000000000000000000000000000000000000000000000000000000000011b000000000000000000000000000000000000000000000000000000000000018710000000000000000000000000000000000000000000000000000000000000c200000000000000000000000000000000000000000000000000000000000000bd20000000000000000000000000000000000000000000000000000000000000f7e0000000000000000000000000000000000000000000000000000000000000e3e0000000000000000000000000000000000000000000000000000000000000b9a0000000000000000000000000000000000000000000000000000000000000aa10000000000000000000000000000000000000000000000000000000000000f1e000000000000000000000000000000000000000000000000000000000000021a000000000000000000000000000000000000000000000000000000000000090d000000000000000000000000000000000000000000000000000000000000014b00000000000000000000000000000000000000000000000000000000000004a500000000000000000000000000000000000000000000000000000000000010c300000000000000000000000000000000000000000000000000000000000010750000000000000000000000000000000000000000000000000000000000000ffe0000000000000000000000000000000000000000000000000000000000000ac90000000000000000000000000000000000000000000000000000000000000c4600000000000000000000000000000000000000000000000000000000000009750000000000000000000000000000000000000000000000000000000000000d8c00000000000000000000000000000000000000000000000000000000000011d10000000000000000000000000000000000000000000000000000000000000daa0000000000000000000000000000000000000000000000000000000000000c8f00000000000000000000000000000000000000000000000000000000000007d00000000000000000000000000000000000000000000000000000000000000e9500000000000000000000000000000000000000000000000000000000000007b40000000000000000000000000000000000000000000000000000000000000a800000000000000000000000000000000000000000000000000000000000000e900000000000000000000000000000000000000000000000000000000000000c410000000000000000000000000000000000000000000000000000000000000ffe0000000000000000000000000000000000000000000000000000000000000dbe00000000000000000000000000000000000000000000000000000000000026e0000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000009a0000000000000000000000000000000000000000000000000000000000001f6f200000000000000000000000000000000000000000000000000000000000012c000000000000000000000000000000000000000000000000000000000000000480000000000000000000000000a8ef240eb97a0c09ebe1c2112b31bee39300c8a0000000000000000000000000b8e444972148beb0d8a8dc11d8e84b3212b5de6000000000000000000000000145b66f227102f5316dea39b6e298d1f317282070000000000000000000000001a898289fcaf5fdf3c2ca32de6557d5adf0ac4270000000000000000000000001bb45b2e9d97d138ac27d04b22e9dce405dba95a0000000000000000000000001bd9268d1c55e202765a09e8dda987e2dd4416fa0000000000000000000000001bf14f1e38586171a49c4eaabfa0c36f7c8d61fc00000000000000000000000022b672f6d79c61e43c04089f1d55e16cb6ced6520000000000000000000000002b2869ed94e73b438c8bb22902ecf56532b63ea30000000000000000000000002e96ae17cb2e1d344e8a37149f52e05f4438f260000000000000000000000000306b72a7419597983b8c05effff63585c76590e100000000000000000000000030ce66bff08113d2cdd6023db736b4f19bb22b1600000000000000000000000031d045d1d00422a6a5ded981225a37b2726720cc00000000000000000000000033678a2986e4b0d9cb28eddea1a808daa24dd5990000000000000000000000003652f6e75a7ded2637c658c8c556ee907fdd73980000000000000000000000003a38a50422dcc1e46095b14dd82a8bfa0c2bd06b0000000000000000000000003f7d3b73346435eb147856e10ce475342956938d0000000000000000000000004044bd03a1b56a4059f199498d570b39e2cb9fcf00000000000000000000000041207866a9079ae02cb7723a63e629ec96fd500d00000000000000000000000041371a5bbba79cba559446cfb6ae0771e5ac979a000000000000000000000000436ad7f90ac5597f236a5dff9f2c212d0286c5c600000000000000000000000048f3828f781679c52a35ec6f7e93c44255b7b2be000000000000000000000000491438d891967baa0fe0fe94dc53c45814aa43a00000000000000000000000004fb22cd9794a4208df9e51a6032303702ea6e4e50000000000000000000000005260420cc4835ba61b6e32670dc2ffb3be0b4d20000000000000000000000000550c80f9e7f3e8cb8c5ff217a48ad89c0fa858220000000000000000000000005660eec922a5a60db94c26fd7dff5dd286989be100000000000000000000000058eb444d085ad058497f83ef2f07d4975e3f7102000000000000000000000000633a893fa41f50a749b130ed680d6f8d0a80d3d9000000000000000000000000642312c58d3368377fdf7f17ed3f05973e61fc5d0000000000000000000000006e38f707cccbaa06f1d34f51959ecd30b6c593b2000000000000000000000000775a031c31af98ec6e3d08f58333b7bb409575b400000000000000000000000080f12a34dd4c9580a5ce61bb56858daa63321e620000000000000000000000008b6044c8fa25d4ae04ce7e46fcbd9b4ecb6af2ae0000000000000000000000009206ab90a5810e9e054743ef336102cda69d0bbc000000000000000000000000921a46e377e7c8f2c701590fddbeec39a07fc40000000000000000000000000095bad079b8aadcda6603aae5f8b29f9f4d9f63b500000000000000000000000096f554d813b5cdd9f94197b5c533d2bc722d99aa00000000000000000000000098e5cff89642da4d7c05d746a6aedad12d14ea8100000000000000000000000099ea69077f85c5649455932dbc69283593f28b640000000000000000000000009d3397eb2b5994f8c445b1f5be736f2aabad88e1000000000000000000000000a05ae19ef6865d86e70fc3d5004ab838bd3d8981000000000000000000000000a0fe9a9d7795078c130015a0c868ab74a8e129c7000000000000000000000000a3fc188e8fda74a32605449bbcd0bf5fd3a9f8c2000000000000000000000000a5acb21eb14fb06b4546ff97fb63a8e6f0e01214000000000000000000000000a666221ff1d524fd689f0c5aa03d64e1eb13c56c000000000000000000000000aaa15681d552ef2f6d4964f4b5a61a297f94da53000000000000000000000000aaf9624f630ed4bec2b24cf02c318275320a89bb000000000000000000000000ad7b074aa7856a340cd315ed63a751cee977b4a2000000000000000000000000b108d1c8edebf3649b649cb97043f88c77e5c83a000000000000000000000000b156ba7a8bf4dc91709d9461a5e0ce4793b12cb7000000000000000000000000b899989a8a25fded37fe3f9959dba8258296033c000000000000000000000000bb2b93cb16154bfb74386e510405bf3bf8843d3f000000000000000000000000bb9bbb18d0838f5d79a884af11aa86ae884d1ad3000000000000000000000000bc6b5542dadfa28ee35328e2e03f67389360cc14000000000000000000000000bc6d462b0566a100b939007806c95ec83597f612000000000000000000000000bec617905f1d5ba9191f499cf30793e49e8de8f3000000000000000000000000c08b19dcfc217b34d1a05532dfcf31e613b0c6d8000000000000000000000000c4c354e4ca71785faec0004a371379aef3c1f4ef000000000000000000000000c5ada9028911e29ce3dec094887b607fb47b286d000000000000000000000000c66df649b39c06256f409718658342897cbd9550000000000000000000000000cb1e6a2fbe2dd40b99e57c8bf692008df32e6da4000000000000000000000000cec4202c7835cf03146265c052c3dbbd60123c3c000000000000000000000000d038e13939bb95589d2cc002236fc6def391af41000000000000000000000000db5d01a8113f621904efa6caf732a197fd03765e000000000000000000000000dbed260895691145fc266f1e428a30457c876b44000000000000000000000000dce17ae6090645c6ded82dac5a90df897482a6cb000000000000000000000000e412d9cede02672991f5f5bedfb72c36799556dc000000000000000000000000e9264fb860d85a8f290c0405de968e39874c22c2000000000000000000000000ea9d9e47dae5b0be7ac2b1019aba85809d74408d000000000000000000000000f94148ad4248e890b34dbb49385e5a28b6c71a25000000000000000000000000fa662372dcb6c1c689e1b9f9031479bbed65e9c5000000000000000000000000000000000000000000000000000000000000004800000000000000000000000000000000000000000000000000000000000010c30000000000000000000000000000000000000000000000000000000000000bd20000000000000000000000000000000000000000000000000000000000000b610000000000000000000000000000000000000000000000000000000000000b840000000000000000000000000000000000000000000000000000000000000c8f0000000000000000000000000000000000000000000000000000000000000ae5000000000000000000000000000000000000000000000000000000000000187100000000000000000000000000000000000000000000000000000000000011d0000000000000000000000000000000000000000000000000000000000000090d000000000000000000000000000000000000000000000000000000000000082400000000000000000000000000000000000000000000000000000000000008bc00000000000000000000000000000000000000000000000000000000000006cb0000000000000000000000000000000000000000000000000000000000000c200000000000000000000000000000000000000000000000000000000000000da100000000000000000000000000000000000000000000000000000000000015420000000000000000000000000000000000000000000000000000000000000e3e0000000000000000000000000000000000000000000000000000000000000b4a0000000000000000000000000000000000000000000000000000000000000974000000000000000000000000000000000000000000000000000000000000131500000000000000000000000000000000000000000000000000000000000008370000000000000000000000000000000000000000000000000000000000000de6000000000000000000000000000000000000000000000000000000000000076500000000000000000000000000000000000000000000000000000000000000660000000000000000000000000000000000000000000000000000000000000bb600000000000000000000000000000000000000000000000000000000000000c30000000000000000000000000000000000000000000000000000000000000c410000000000000000000000000000000000000000000000000000000000000c460000000000000000000000000000000000000000000000000000000000000a4800000000000000000000000000000000000000000000000000000000000009f90000000000000000000000000000000000000000000000000000000000000dbf000000000000000000000000000000000000000000000000000000000000014800000000000000000000000000000000000000000000000000000000000004a50000000000000000000000000000000000000000000000000000000000000ebb0000000000000000000000000000000000000000000000000000000000000b9a00000000000000000000000000000000000000000000000000000000000009080000000000000000000000000000000000000000000000000000000000000c070000000000000000000000000000000000000000000000000000000000000ffe00000000000000000000000000000000000000000000000000000000000011b00000000000000000000000000000000000000000000000000000000000000daa00000000000000000000000000000000000000000000000000000000000010750000000000000000000000000000000000000000000000000000000000001c7b000000000000000000000000000000000000000000000000000000000000080b00000000000000000000000000000000000000000000000000000000000001310000000000000000000000000000000000000000000000000000000000000d8c0000000000000000000000000000000000000000000000000000000000000e490000000000000000000000000000000000000000000000000000000000000a8000000000000000000000000000000000000000000000000000000000000009000000000000000000000000000000000000000000000000000000000000000f7d0000000000000000000000000000000000000000000000000000000000000c6a000000000000000000000000000000000000000000000000000000000000086f0000000000000000000000000000000000000000000000000000000000000ffe00000000000000000000000000000000000000000000000000000000000009ec0000000000000000000000000000000000000000000000000000000000000a580000000000000000000000000000000000000000000000000000000000000e9600000000000000000000000000000000000000000000000000000000000000650000000000000000000000000000000000000000000000000000000000000ac900000000000000000000000000000000000000000000000000000000000005ae000000000000000000000000000000000000000000000000000000000000077700000000000000000000000000000000000000000000000000000000000005780000000000000000000000000000000000000000000000000000000000000e610000000000000000000000000000000000000000000000000000000000000f870000000000000000000000000000000000000000000000000000000000000aa10000000000000000000000000000000000000000000000000000000000000f1e0000000000000000000000000000000000000000000000000000000000000f280000000000000000000000000000000000000000000000000000000000000a3d000000000000000000000000000000000000000000000000000000000000104600000000000000000000000000000000000000000000000000000000000006780000000000000000000000000000000000000000000000000000000000000e8e000000000000000000000000000000000000000000000000000000000000021a0000000000000000000000000000000000000000000000000000000000000fb00000000000000000000000000000000000000000000000000000000000000e3f00000000000000000000000000000000000000000000000000000000000007b400000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000048000000000000000000000000000000000000000000000000000000000000005000000000000000000000000000000000000000000000000000000000000000580000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000006800000000000000000000000000000000000000000000000000000000000000700000000000000000000000000000000000000000000000000000000000000078000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000880000000000000000000000000000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000009800000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000a800000000000000000000000000000000000000000000000000000000000000b000000000000000000000000000000000000000000000000000000000000000b800000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000c800000000000000000000000000000000000000000000000000000000000000d000000000000000000000000000000000000000000000000000000000000000d800000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000000e800000000000000000000000000000000000000000000000000000000000000f000000000000000000000000000000000000000000000000000000000000000f800000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000108000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000001180000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000012800000000000000000000000000000000000000000000000000000000000001300000000000000000000000000000000000000000000000000000000000000138000000000000000000000000000000000000000000000000000000000000000415faeb809ee1075b0483b6e1501fe3d8dec6109fbea624a295f802fb5d5835ae27b7eaffb9726948ed8d97217525de7c81ce44433a5116fd65c4970550e6b767c1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041990dcaf519f3da29246486ef760fedc76d4ee4670f22f91ed2dd0e3ba18e3a6b5271bebb9b3d99405716fdf4a60ed7bf45e59ab3dac1e59ae242acd97196fd0c1c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004149bb63a0287488851c03ae0229b96c51c2266dd8609626e8fdccd13681374a2443a7ee63a3dd9ed974e7e6b34b1f9a94eb49777142846b96e3c7a6f2819b5caa1b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000416d44bd93d0aab5fde0f585f1ac8f1c7c6fa5e8c2f88da4574f30113f4dee704e2d392fa22c829fccb530579add0b48beaece8f8f30d30aec625a6e9efc757f501b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041cb5c3baa5b8b7d73caed6c499ad9331c3d909d6adcaac9dc96464e1d1d7dcc3459bc1bba25b2a9c5375e51dffb81ab800df67ccd342196124ef500e4398f7a4a1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041fee323cbe96316c79cf473fd596f7a7712a597859ca19bc4c683f5ac35cd5e8543ed7476bd200ff07e83532dd1df2ff58d32805ac4416592c2b766721cc081731b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041b5ef2fef2561ce5926848190d6f320adf57c7ede5764cf89dcd37b3f11728d5e5fe2a93bbbe01a82b16bdbe055e6c668a159022605ac24fdbdb6710c4a6f00471c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041e2644e2aa51bc5ab51213a330531adf4757742c5abddf1a7788a0db2b82ad86431befa893ba0d4f69c1ccf5df03ee7b5c7f2dea7d3c045551966ead7374aedcf1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000415dab714f91c014a7faa81afdef71b5db81e1f85c789db088be1fb980ef4a85f92c699cca9730a018b988a2a6597faba4e60287b9d00b602c79818df3620856ed1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041febceab313d305a4387a5064d89d0bb2e474326dda58957b57e5816abdc9fbba525316da27ed987d8c5656f3358c747189037e3c6d16277fd45a8b34dc7d46f01c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000419b5c6edaef0304d2c1f86c1606ae564ab7c392f30ce710dff8e3e6a4a3157b06733eda7be769f36c17339662a2be27885f51dd882a11596c48da0b0679cfd5fa1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000416730a291ddb45cbeff3b651336f231a1d69766b330c27a09248c34c2c48770556ff2e52c468f0ee15da716167af3ec35ee369367cece54c43ccd1cc0b34006fe1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041adefcd405b07c59af887428188d980a5f5d9b9b8cf26798461f772ca879f3d2d0d1552e9eb8a6b471a50df656f40bb7f6e309737a9ad980987c6655eb35c41be1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041eaedc4ca8148b18678f80ea73aca7dd1035f8621b8dfed236a25b6a865aa4408282fe59294a28e73afb12bfd5bd0e501b0d4cad375b19ceffbf2e9880a817b6e1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041a8955c472a23cc93ec575e59e1aebf09d9dad7c22d5197d2e9eba9b45c2682c35b2184ed568e60b327e5e679622cf6192a3f50ddcf62504284c426e0fb7336cf1b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000418c257de55b134983bb0229dd7a7ddcf98f62ce25a3faa4404350cdcf177f3dce477b2bde422bf32fc651f7d2030c21140885c2ce4be9b842fd7cc214d4d882ec1c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000410a8d7c2c6b49540dc8b037905ec85c0526838342a4435e0ac57beccec9a291af3e8cb362e318ea293bec51b3a348c84694e0d89bb22f219c75ac9ce50275d4a01c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041c01ee20431f6d1747a1837b96c9fbc42ef6d463335e0bf9bf66c3118a36b13337a493c7409a86389ecf9b4cb8e59aca23844879aa85a0e57c6d2429f739a27aa1b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041602b6ae23d5b63ee2dd67d113eeae9e0b2497c88278ad134db2d295676d316d1285c7f840200e6d7212a1ead4112828d8ae9402050485c09f1b66b704416750a1b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041560e46ec6f94b08a96aa8f18768719811e5577f990740d0342c89e516e0eb25917fd7035a0db3d4df29c0235dbab2da71f3efc02122b8b973cbbfd80a0e5922a1c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041d2f49abdab234c3cc29fdca323307d72be1f782923e6601c08eaa4df2fc6dd322825eee4417290d7894f1d5c4d4ec727f39a1c000ddd9a3f4f307f07675af55f1c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004178fc06ae21240fc4fbdd92c7ab10c883207478ebb7d990295a7ca737c9d16a2061c70d24c20f2f1efb75c0765ac6d03b72818d7097b66650209e8c8deed6af241b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004179322654dfd5b276d010909ea54bb4e2215be8c1f2c858a21135e5d5960638db3070f2fdc5fd31fb821ebe2903aeb6d99bd7c217e312beafcdca7097a09fab471b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041e5a439682c070bd4cf4aa1986642cb1ce8ef7b725e426ef4b6be414b489350237ea5105de2dd29660986c5dc9ec50adc9da0cc1e2e247dbd59220ee622c73eb71b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041f95eab1d16bafa2af181742024ea9504794ef54136b416eda00e21416fb2efed24b52da692e5f35b39ec079830f51d6370ae9b9122074b6101037a775d9108991b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041344777299d2fe6723b1344eab289debad62e5fd3dd90dbc96689da4ad9e65f1102a7e7f371956f60f2e11750015f7f9dafd0729b07ac0098d33e8a391ad899a61c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041f681968e0ba06735db964aef2e35735517c178e89750c06ed6138acc9feccf8f70619cb5069c5a53c4e570e47b145a124013615eaf8f24ac2cf174a75216b8db1b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004171787dadce8ed1d5905bd4b3890c644680ced4d201386d5afc324ab1a38b3b35620679eabde1d425925345a804d2f2e80da039025e7a87d1286afed0a8e792051b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041b08b82618482223523c7b212b67b30139e463b93d5faca97c45a72cd3e3429ae1897e2b5c78c83145e85ef17a985b5798bc6f5b097fb360de8f331b1649765181c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004151cfe48c2a6c54f94184aaf3aa30f9060d589fa2b7851ff24922997c6c76d28b4d6282342a9d6a6f6bc931988131dd19f5a75b7a8983b666f8203c9a10b6410f1c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004166bd357209f65393db9bcd33e0028abc9f12ddf15fefa1b3272e19765695f2fa06d9852df173f0ff25d3fc3662ef6c85bc9a872194cb5be17339889279b043671c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000041677415d06908f0446e212aada76ae47488fdee9751cb56f7ab4c290090b293cb3f588777114cb33a0457ac0e3307fc7cb09d00d9de191ee5b36dc4d6f8148ab71c00000000000000000000000000000000000000000000000000000000000000 | 0     | 0                   | 13371     | 10000000049 | 0x109273d9024e7b61c4203772d4a391d69c5f9a5abbfd539601ab61109298ad3d | 0xe432150cce91c13a887f7d836923d5597add8e31 | \[]          | 591199        | 0x51a3c407f130163b28b762513864e596a1de1bd9 | 2             | true            | 2023-12-24T20:01:27.000Z | 10000000049        | 638963             | 0x073ec367ace635ad3fa369656638810df1e9c1a77f6052837fd7048c9cb167c5 | 2                 | 0                  | 0x00000000000000000000000000000000040000000000000000000000000000080000000000000000000000000000800000000000000000000800000000000000000000000000004200000200000000000000000000042000000000000010000000000000000000000000000000000000000000000000000000000000500000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000100000000000000400000000000000000000000000000000000000000000000000000000000000000008000000000000000000001000000000000000000000000000000000 | 10000000000                  |                            | 0                           | 638963                         | 10000000049                    |
  | 0xf9ea039dea2b42bcfb439613652a257bba27f895404d9a6593ce96c2c0fbb69f | 0x350941a5f4ba5c650d87c88969284ce1717373b116942af1e60754c4efd75147 | 1     | 25200   | 0x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 36    | 1000000000000000000 | 13371     | 10000000049 | 0x4f796d47eb9175b595715ca14320044a4c5f77a83d8f72a1ee306f32dd7596ec | 0x51a3c407f130163b28b762513864e596a1de1bd9 | \[]          | 591309        | 0x19dda1385e256bb0f27d5448fd01405b403ccad0 | 2             | true            | 2023-12-24T20:05:07.000Z | 10000000049        | 21000              | 0x5aec4a10c0e03f457cd71c570083e4f50661e1c82ed18d07ca7ddad4324af1fb | 2                 | 0                  | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | 10000000000                  |                            | 0                           | 21000                          | 10000000049                    |
  | 0x973afd2cd7dcbec13085829c2134a706747bca3607bd7e305cd7c36eaf848711 | 0x7f63bc969cae97177211bc7a8cf147c4541a2eb393fa6a9c9845c889b830a792 | 26778 | 21000   | 0x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 2     | 2600000000000000    | 13371     | 10000000049 | 0x7e05a489e0ab90e47f53ab42036a90ac5a03e07710f141e3d70ad23f3aeaa81a | 0xa968a9b83618e704388d5f2afc51efcaea55787c | \[]          | 4223034       | 0x099bbd6b71b5f13bc259ae657c8f6daec9421fcd | 0             | true            | 2024-03-17T21:49:19.000Z |                    | 21000              | 0x5429e149e40f421b15ebcec890d4e422ee7aa32aed80448b33fdf045d662b244 | 0                 | 0                  | 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |                              |                            | 0                           | 21000                          | 10000000049                    |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-blockchain.immutablezkevm.transactions`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***
