> ## 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.

# ren_v1_arbitrum

> Tables in tt-contracts.ren_v1_arbitrum

## Tables

### ETHGateway\_LogBurn\_event

Burn events from RenVM's Ethereum Gateway on Arbitrum tracking wrapped ETH (renETH) redemptions back to native chains. Records sequential burn operations with amounts, destination addresses, and nonces for cross-chain asset bridging analysis.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                                                                            |
  | ------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                                                            |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.                                                   |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                                                                    |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                                                                     |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                                                           |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                                                        |
  | `in_burnNonce`     | `STRING`    | Unique sequential identifier assigned to each burn event in the RenVM bridge. Increments with each new burn transaction, tracking the total number of ETH burns processed through this gateway.        |
  | `in_indexedTo`     | `STRING`    | Keccak-256 hash of the destination address for indexing and lookup purposes in the RenVM cross-chain bridge system. Represents the indexed version of the `in_to` field for efficient event filtering. |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                                                                 | address                                    | removed | in\_amount | log\_index | block\_number | in\_burnNonce | in\_indexedTo                                                      | block\_timestamp         | transaction\_hash                                                  |
  | -------------------------------------------------------------------------------------- | ------------------------------------------ | ------- | ---------- | ---------- | ------------- | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x62633171386a72396876637161397965763875736d6c6a65387170706d3736357374786b3366726c6d6a | 0x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20 | false   | 53283393   | 1          | 1955530       | 444           | 0x855c1704934b9065d0380f549b76f6e65339faaaabf3fa3f1d4ccbc52da65f2b | 2021-10-05T23:21:51.000Z | 0xdeb70185f3f33368c874cf54aec674d8d56970edfb7a9af0cc872e4abe34e24b |
  | 0x626331717674643939367a6761646736347163747434766e79346a7234327468686d383876673771776d | 0x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20 | false   | 81817680   | 1          | 1942815       | 441           | 0x86f8cdc797583f00db0c4d2bd7881d2de19303b0061f2845f59d768313f140fc | 2021-10-05T13:12:45.000Z | 0xe2e08449417cb337ebbb31ea9d6ba86575487ba848a10301c9cc1fb8af94c3d3 |
  | 0x334c6e5950525831785453744d76595a62684470476278754d6e63356b6466775558                 | 0x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20 | false   | 7412020    | 1          | 3360182       | 607           | 0x402bfecf96e88ba66282018487e506f9f5857ec7f2d24d2eeefcbdd8f7d5cc5e | 2021-11-26T16:25:40.000Z | 0xee8084c367e3608251742d53d8603879670ca42c0b1644fa61186b57cefbefcf |
</Accordion>

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

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

***

### ETHGateway\_LogMint\_event

Mint events from RenVM's Ethereum Gateway on Arbitrum, recording cross-chain ETH transfers into the Arbitrum network with recipient addresses, amounts, and unique hash identifiers. Used for tracking RenVM bridge activity and analyzing wrapped asset flows.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                                                                                                      |
  | ------------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                                                                                      |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.                                                                             |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                                                                                              |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                                                                                               |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                                          |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                                                                                     |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                  |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                                                                                  |
  | `in_sigHash`       | `STRING`    | Signature hash identifier for the RenVM cross-chain mint operation. Sequential integer value used to track and verify minting transactions within the Ren protocol.                                                              |
  | `in_nHash`         | `STRING`    | Hash identifier for the cross-chain mint transaction in the RenVM protocol, linking the Bitcoin network lock to the Arbitrum mint. Hex-encoded 0x-prefixed 64-character string that uniquely identifies each bridging operation. |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_nHash                                                          | in\_amount | log\_index | in\_sigHash | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------------------------------------------------------------ | ---------- | ---------- | ----------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xac23817f7e9ec7eb6b7889bdd2b50e04a44470c5 | 0x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20 | false   | 0x03027782b41a88093c2c12f5ac757e42884d9fe128d8535add84fdb1650accc6 | 991617     | 1          | 448         | 1977644       | 2021-10-06T17:31:15.000Z | 0xf6c31082365d822d60d708dfccf7369ba1fe78694dfff5bc7586a99ada79c15b |
  | 0xac23817f7e9ec7eb6b7889bdd2b50e04a44470c5 | 0x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20 | false   | 0x4621f60358206b4c2396078a71d41f48f91a964402f7b79106a757e3c2f42879 | 867060     | 1          | 445         | 1965391       | 2021-10-06T08:56:18.000Z | 0x9e23aa40a3f13bc4ae194dfff009a4b81fbff4f94131dbe3dc84260b9dbea99d |
  | 0xac23817f7e9ec7eb6b7889bdd2b50e04a44470c5 | 0x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20 | false   | 0x63f6596dfafeab53b2549272bb33029353ca66290442bfd444c83890b5a4a0db | 992908     | 1          | 3           | 441557        | 2021-09-11T20:20:28.000Z | 0x63078ec5953e73834be040acb06f32352e512b1fd237c8bb9e686eb31a8304f5 |
</Accordion>

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

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

***
