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

# eigenlayer_v1_ethereum

> Tables in tt-contracts.eigenlayer_v1_ethereum

## Tables

### AVSDirectory\_OperatorAVSRegistrationStatusUpdated\_event

EigenLayer AVS (Actively Validated Services) operator registration status change events from the AVSDirectory contract on Ethereum. Tracks operators registering with or deregistering from specific AVS contracts, including status codes (0=deregistered, 1=registered) for monitoring restaking service participation.

<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_operator`      | `STRING`    | Address authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                            |
  | `in_avs`           | `STRING`    | Contract address of the Actively Validated Service (AVS) in the EigenLayer protocol where the operator's registration status changed. Hex-encoded, 0x-prefixed 40-character Ethereum address identifying the specific AVS instance. |
  | `in_status`        | `INT64`     | Status code representing the state of the entity or operation. Integer value with meaning specific to the contract context.                                                                                                         |
</Accordion>

<Accordion title="Sample Data">
  | in\_avs                                    | address                                    | removed | in\_status | log\_index | in\_operator                               | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ---------- | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x23221c5bb90c7c57ecc1e75513e2e4257673f0ef | 0x135dda560e946695d6f155dacafc6f1f25c1f5af | false   | 0          | 319        | 0x90659e1b1392d55f640cfd104b305ec419d34756 | 20568583      | 2024-08-20T08:16:35.000Z | 0xc8068de5055694b034f3f53503b039e083696df3410bed11f773c141c9baff7f |
  | 0x870679e138bcdf293b7ff14dd44b70fc97e12fc0 | 0x135dda560e946695d6f155dacafc6f1f25c1f5af | false   | 0          | 186        | 0xa5954756792f64ba7bcc4b5fd664b0843a7afe5b | 20571968      | 2024-08-20T19:37:59.000Z | 0xf7a08a48b359e53b6724864aba6b03e712e20eae2b28ee5b5ab24f1a3176f947 |
  | 0xe5445838c475a2980e6a88054ff1514230b83aeb | 0x135dda560e946695d6f155dacafc6f1f25c1f5af | false   | 1          | 731        | 0x9e91b47454bee4a8c54c1704f63f85bcbd112941 | 20569057      | 2024-08-20T09:52:23.000Z | 0x2e0d4efd812b7a5619bca1d2c09be48023e5e88051714ac1d90f928717d6bc10 |
</Accordion>

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

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

***

### DelegationManager\_DepositScalingFactorUpdated\_event

EigenLayer DelegationManager contract events tracking updates to deposit scaling factors for staker-strategy pairs on Ethereum. Used for monitoring reward multiplier changes and analyzing restaking position adjustments across different liquid staking token (LST) strategies.

<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_staker`                  | `STRING`    | Address of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.                                                                                      |
  | `in_strategy`                | `STRING`    | Contract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.                                                                                        |
  | `in_newDepositScalingFactor` | `STRING`    | Updated scaling factor for the staker's deposits in the specified EigenLayer strategy, represented as an 18-decimal fixed-point number. Typically set to 1e18 (1000000000000000000) representing 1:1 scaling. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_staker                                 | log\_index | in\_strategy                               | block\_number | block\_timestamp         | transaction\_hash                                                  | in\_newDepositScalingFactor |
  | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ | --------------------------- |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0x62bfcdf002ae657df53182f13b1a9751435c175a | 72         | 0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6 | 23119774      | 2025-08-11T19:03:59.000Z | 0x4a7b0840bc6bced8ac832310873b38702f3930c8fd14e38dd78f356c6a605b5e | 1000000000000000000         |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0x3722a8b1e2674fbba7081c84e39a5ce738b8159d | 1010       | 0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6 | 23116999      | 2025-08-11T09:45:47.000Z | 0xdafbe5dc5f376ca2cc29fa3e8f8a30b5374b0830402d53d91a5674c3ea0adfc1 | 1000000000000000000         |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0x60ba5d7e5a557ce26544b31483f30619a9c088c6 | 378        | 0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6 | 23119174      | 2025-08-11T17:02:47.000Z | 0xe1af5142d19b57f58d3b5345d951792c57f8effaccabc4ac5084208e6cfca4e8 | 1000000000000000000         |
</Accordion>

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

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

***

### DelegationManager\_OperatorSharesDecreased\_event

EigenLayer delegation events recording when operator shares are reduced for stakers, tracking unstaking or withdrawal activity across strategies. Used for analyzing restaking flows, operator delegation changes, and capital outflows from EigenLayer operators on Ethereum.

<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_operator`      | `STRING`    | Address authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_staker`        | `STRING`    | Address of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_strategy`      | `STRING`    | Contract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.                                          |
  | `in_shares`        | `STRING`    | Number of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol's accounting system. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_shares          | in\_staker                                 | log\_index | in\_operator                               | in\_strategy                               | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------- | ------------------------------------------ | ---------- | ------------------------------------------ | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 251326770437078236  | 0x78fd7d90a3e5f503af4c37018219d8bff6f2ee48 | 222        | 0x5accc90436492f24e6af278569691e2c942a676d | 0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6 | 23067240      | 2025-08-04T10:55:59.000Z | 0x517a4251327d2b9547e1127814c6392557bb11efb86731124f9eaca8ab8b47ca |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 500000000000000048  | 0xf55b33eca398d6b7e65f55dc4896da2d7e78c2b9 | 166        | 0x5accc90436492f24e6af278569691e2c942a676d | 0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6 | 23068697      | 2025-08-04T15:48:35.000Z | 0x8b405c578d356254b29723d4da23b49581f929d0345c6853326c0b1a3c9f1d85 |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 1147695311416329843 | 0xa57f86f183f13e85330541cbf34c47ece1e56f1e | 196        | 0x71c6f7ed8c2d4925d0baf16f6a85bb1736d412eb | 0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6 | 23067399      | 2025-08-04T11:27:59.000Z | 0xfd202b1ea25941d526f90bde8ecdaf3ef25780d40db3c6471d728934f1db883f |
</Accordion>

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

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

***

### DelegationManager\_OperatorSharesIncreased\_event

EigenLayer delegation events recording when operator share balances increase for stakers, tracking staker-operator-strategy relationships and share amounts. Used for analyzing restaking delegation flows and operator stake accumulation on Ethereum.

<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_operator`      | `STRING`    | Address authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_staker`        | `STRING`    | Address of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.                                        |
  | `in_strategy`      | `STRING`    | Contract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.                                          |
  | `in_shares`        | `STRING`    | Number of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol's accounting system. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_shares              | in\_staker                                 | log\_index | in\_operator                               | in\_strategy                               | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ----------------------- | ------------------------------------------ | ---------- | ------------------------------------------ | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 2696315345732324119     | 0xcf375715aa446192876fe678f1d6e12562a12a4a | 201        | 0x5accc90436492f24e6af278569691e2c942a676d | 0x1bee69b7dfffa4e2d53c2a2df135c388ad25dcd2 | 22935119      | 2025-07-16T23:45:23.000Z | 0x766af1619b99a53c90d520fa0607bd6f55a27db536befc86454c073c84c1b02c |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 951521196843152764      | 0x986be65c5dbe53bf63ebe9dd935bd5cddbae7a39 | 235        | 0xf80b7ba7e778abf08a63426886ca40189c7ef48a | 0x57ba429517c3473b6d34ca9acd56c0e735b94c02 | 22932406      | 2025-07-16T14:39:59.000Z | 0x260f12c30e59cd9164ed14a1abdb52d7ac2518638ba8d07cba767f0b0ba44d0c |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 22302671493221762903634 | 0x7bfcd8722a746d92b3174b82bd7f19afe8ec7509 | 949        | 0x4d7c3fc856ab52753b91a6c9213adf013309dd25 | 0x6075546538c3efbd607ea6afc24149fccfb2edf4 | 22930360      | 2025-07-16T07:49:11.000Z | 0xbe6a1a5cfaac65b9b4e3777df43cbac71f7a8171715293fe8e8a900b6acb0a11 |
</Accordion>

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

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

***

### DelegationManager\_StakerDelegated\_event

EigenLayer staker delegation events on Ethereum recording when stakers delegate their restaked assets to operators through the DelegationManager contract. Used to track delegation relationships, operator growth, and staker behavior in the EigenLayer restaking ecosystem.

<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_staker`        | `STRING`    | Address of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.                             |
  | `in_operator`      | `STRING`    | Address authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.                             |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_staker                                 | log\_index | in\_operator                               | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0x1e879853beabfbfcde9c6a1b5b0912efac6cc64f | 264        | 0x110af279aaffb0d182697d7fc87653838aa5945e | 20006355      | 2024-06-02T19:53:59.000Z | 0x1f9e0a65232b7bb48b4d7dc42cf17b96e85291a90e25328921eb16bedd37c8de |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0x7344baebf8c14d44fc8414b7b403a7031b78a9bf | 222        | 0x110af279aaffb0d182697d7fc87653838aa5945e | 20004570      | 2024-06-02T13:55:47.000Z | 0xefbd543ecd1fe735c0804c557b184db33c488166c126fc3528b1bc0f48d11985 |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0xf662171a921572155e673551949ae89269a9a648 | 1767       | 0x1f8c8b1d78d01bcc42ebdd34fae60181bd697662 | 20001179      | 2024-06-02T02:33:23.000Z | 0xc8321e7d200afb4e348022d1d09d7cf37712107239f8fef6a1e1ba1ca2a431ba |
</Accordion>

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

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

***

### DelegationManager\_StakerForceUndelegated\_event

Forced undelegation events from EigenLayer's DelegationManager contract on Ethereum, recording when stakers are involuntarily removed from operators. Used to track slashing events, operator expulsions, and delegation relationship terminations.

<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_staker`        | `STRING`    | Address of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.                             |
  | `in_operator`      | `STRING`    | Address authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.                             |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_staker                                 | log\_index | in\_operator                               | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0x0f4a882630a9fea011e551d26519a3d712726ceb | 0          | 0xdfcb21ac9b99de986d99f4ce5fce2a6542efe3a1 | 19721935      | 2024-04-24T01:22:23.000Z | 0x43573a2ef7235396358ce7d8d4b53d9e926b54bbc23719d542268ded8e2bd705 |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0xb149f353383ab92e74c4cba3feb848b04bfb3617 | 35         | 0xdfcb21ac9b99de986d99f4ce5fce2a6542efe3a1 | 19721933      | 2024-04-24T01:21:59.000Z | 0x841e0072f864974808fee86a38d7d9eafcb4716fa5a60d6c783c71ef006417a0 |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0xc12e4d31e92cedc1ad4c8c23dbce2c5f7cb52998 | 362        | 0x8f14fecd0b3c592baa45e02d7c7a95c891730fcc | 23195918      | 2025-08-22T10:08:11.000Z | 0x0d617a4038572ccd8bd6549f6ae0913a578c80bd2951d79e9dae4f286c149926 |
</Accordion>

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

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

***

### DelegationManager\_StakerUndelegated\_event

EigenLayer delegation termination events recording when stakers undelegate from operators on Ethereum. Tracks staker-operator relationship changes for analyzing delegation flows and operator churn.

<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_staker`        | `STRING`    | Address of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.                             |
  | `in_operator`      | `STRING`    | Address authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.                             |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_staker                                 | log\_index | in\_operator                               | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0x94cbde0297efdc8dfedad7bdfb1603b33e43fa68 | 242        | 0x39beca54f450fcc4b31729a85b3e9655ec0081d6 | 22282363      | 2025-04-16T15:10:23.000Z | 0xf84c81fe050d77e28eb425c46cb0ffecd46bf5a1c9fe2d54e8ddea451f92a0b9 |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0x6f7c6691f9387c4e7e05291945ab352ced0dbdd2 | 196        | 0x4c52432e6d19ca8a960be0e76fb6d507625ab3eb | 22279404      | 2025-04-16T05:16:23.000Z | 0x4f1db5475206f87976a941e5496326932886a39899da4eacc05e461b6342aa99 |
  | 0x39053d51b77dc0d36036fc1fcc8cb819df8ef37a | false   | 0x812b9c3ea2c49bec95d0bcda4db39513baaee261 | 241        | 0x4d7c3fc856ab52753b91a6c9213adf013309dd25 | 22284473      | 2025-04-16T22:14:47.000Z | 0x4cd2dea8a0613cd5a04b4798dbf16c0d77966f7d9df24cf0afccbbe4d2075bc8 |
</Accordion>

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

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

***

### EigenPodManager\_PodDeployed\_event

EigenPod deployment events from EigenLayer's restaking protocol on Ethereum, mapping pod owner addresses to their newly created EigenPod contracts. Used for tracking validator pod creation and analyzing EigenLayer participant onboarding activity.

<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_eigenPod`      | `STRING`    | Contract address of the newly deployed EigenPod that manages this validator's staking operations. Each EigenPod is a unique proxy contract created for a specific pod owner on EigenLayer. |
  | `in_podOwner`      | `STRING`    | Ethereum address of the account that owns the deployed EigenPod contract. This address has control over the pod's staking operations and withdrawal credentials.                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | log\_index | in\_eigenPod                               | in\_podOwner                               | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ---------- | ------------------------------------------ | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x91e677b07f7af907ec9a428aafa9fc14a0d3a338 | false   | 445        | 0x0667a4188a3c3cf2e9122f1dc73d8131be952d92 | 0x6cd72b1e6e300340a48943d6af34ef5ae07d3577 | 18260860      | 2023-10-02T05:49:23.000Z | 0x4ffb779f57b66eff20b014d88ab57bad51d202f6a530f7150a59dcda21d7aa9f |
  | 0x91e677b07f7af907ec9a428aafa9fc14a0d3a338 | false   | 97         | 0xd95b84f6766cc2ee4d712747b749a4cd02840e70 | 0x030038f5e941427b0e3c19999e08b9492bf5bcc2 | 18262802      | 2023-10-02T12:19:23.000Z | 0x1c61cbc1a0dc9e7816f5888851199c5f2b5473cd7c162c6fa491190a25eec7ff |
  | 0x91e677b07f7af907ec9a428aafa9fc14a0d3a338 | false   | 192        | 0x95df2bf069373daa85140e79e9145a77255f297a | 0x9263a4d34c3fe5a3e5a281c78f652ee84abc56ae | 18259953      | 2023-10-02T02:46:47.000Z | 0x31c929afb06b88d7af3ad8ba5e870b9e2c17a6a358e59a7873b7c59ff2e5cbcb |
</Accordion>

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

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

***

### EigenStrategy\_ExchangeRateEmitted\_event

Exchange rate emission events from EigenLayer strategy contracts on Ethereum, recording the conversion rate between strategy shares and underlying assets. Used for tracking yield accrual and share valuation changes in restaking strategies.

<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_rate`          | `STRING`    | Interest rate value used in the protocol operation. Numeric string representation without decimal formatting.                                        |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_rate            | removed | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------- | ------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0xacb55c530acdb2849e6d4f36992cd8c9d50ed8f7 | 1000000000000000000 | false   | 144        | 22456565      | 2025-05-11T00:33:35.000Z | 0xb883e48163fc8ce5f3bc617f3af35f6a264edaec2858663049e4162fc77dd30c |
  | 0xacb55c530acdb2849e6d4f36992cd8c9d50ed8f7 | 1000000000000000000 | false   | 645        | 22456698      | 2025-05-11T01:00:47.000Z | 0x1ac217166303b5f24c78e62799488da8a451d3b94aa11d9fd5143241bab04c76 |
  | 0xacb55c530acdb2849e6d4f36992cd8c9d50ed8f7 | 1000000000000000000 | false   | 193        | 22456730      | 2025-05-11T01:07:11.000Z | 0x3447ec831fa83ae676dc8eeb5abcb38ec27730d200132a583dcdbd26b8a89268 |
</Accordion>

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

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

***

### RewardsCoordinator\_RewardsClaimed\_event

EigenLayer rewards claim events on Ethereum, recording when operators and delegators withdraw earned rewards including earner, recipient, token address, and claimed amount. Used for analyzing reward distribution patterns and validator earnings across different reward tokens.

<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_root`          | `STRING`    | Merkle root hash used to verify the validity of this reward claim in EigenLayer's rewards distribution system. Hex-encoded, 0x-prefixed 64-character string that anchors the cryptographic proof for the claimed rewards. |
  | `in_earner`        | `STRING`    | Address of the account that earned the rewards being claimed, typically an EigenLayer operator or staker. This address may differ from the claimer or recipient in delegated claiming scenarios.                          |
  | `in_claimer`       | `STRING`    | Address of the account initiating the claim transaction. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                   |
  | `in_recipient`     | `STRING`    | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                  |
  | `in_token`         | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                    |
  | `in_claimedAmount` | `STRING`    | Amount of reward tokens claimed in this transaction expressed in wei (smallest token unit). Values are typically 18-decimal precision integers representing the actual distributed reward quantity.                       |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_root                                                           | removed | in\_token                                  | in\_earner                                 | log\_index | in\_claimer                                | block\_number | in\_recipient                              | block\_timestamp         | in\_claimedAmount    | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------------------------------ | ------- | ------------------------------------------ | ------------------------------------------ | ---------- | ------------------------------------------ | ------------- | ------------------------------------------ | ------------------------ | -------------------- | ------------------------------------------------------------------ |
  | 0x7750d328b314effa365a0402ccfd489b80b0adda | 0x89022951aa4dec32399f3f2fa1de26ece300a8797723f116ea32c5dc9bb6ee8e | false   | 0xec53bf9167f50cdeb3ae105f56099aaab9061f83 | 0x49e53fb3d5bf1532febad88a1979e33a94844d1d | 687        | 0x49e53fb3d5bf1532febad88a1979e33a94844d1d | 23135803      | 0x49e53fb3d5bf1532febad88a1979e33a94844d1d | 2025-08-14T00:46:47.000Z | 4233019601682548894  | 0xe7d578083d16719a6cd320a42ffdab9cf5b18db02124796efeecc3f42a592924 |
  | 0x7750d328b314effa365a0402ccfd489b80b0adda | 0x89022951aa4dec32399f3f2fa1de26ece300a8797723f116ea32c5dc9bb6ee8e | false   | 0xec53bf9167f50cdeb3ae105f56099aaab9061f83 | 0x90b6a7d4094b18f7cdaf951e52edcdb5c58eb033 | 827        | 0x90b6a7d4094b18f7cdaf951e52edcdb5c58eb033 | 23136052      | 0x90b6a7d4094b18f7cdaf951e52edcdb5c58eb033 | 2025-08-14T01:36:47.000Z | 5168402582454672177  | 0x2592568b1d48921ce4253f349aaa0dac29e456c415727a8836c45505a7abc8d6 |
  | 0x7750d328b314effa365a0402ccfd489b80b0adda | 0x89022951aa4dec32399f3f2fa1de26ece300a8797723f116ea32c5dc9bb6ee8e | false   | 0xec53bf9167f50cdeb3ae105f56099aaab9061f83 | 0x368cb4212abd097f35efcd34e291b6ee1d60e622 | 333        | 0x368cb4212abd097f35efcd34e291b6ee1d60e622 | 23136264      | 0x368cb4212abd097f35efcd34e291b6ee1d60e622 | 2025-08-14T02:19:23.000Z | 26737305886306034818 | 0xa2ec6c59efd6c9d74aabc8078a401dc8e45329fb10d8a64d84406942896111c5 |
</Accordion>

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

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

***

### StrategyBaseTVLLimits\_StrategyTokenSet\_event

EigenLayer strategy contract events recording token configuration changes for TVL (Total Value Locked) limit strategies on Ethereum. Captures strategy address, underlying token address, and token decimals for analyzing restaking strategy parameters and deposit limit settings.

<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_token`         | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                               |
  | `in_decimals`      | `INT64`     | Number of decimal places for the token. Integer value defining precision for token amount representations.                                           |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_token                                  | log\_index | in\_decimals | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x5d4d4582b3b55c0e436735221936ab4e21faa803 | false   | 0x5a666c7d92e5fa7edcb6390e4efd6d0cdd69cf37 | 332        | 18           | 21942731      | 2025-02-28T05:23:47.000Z | 0x0dd0128fbc451977cbc03b24d598c01f9e007dbbb0c6f311757c7f9310a2520f |
  | 0x6f8374a5c6ff300d3daad28640375fd5d69ccc9a | false   | 0x0908d13621758c1ae51b2fdd0caf531b28673e0e | 1463       | 18           | 23320358      | 2025-09-08T19:07:23.000Z | 0x5b841ebf96b8864dd9fa957161b44e9d44c1bf352c2c45aa4bdc40af2ae6bf54 |
  | 0xa33600c9b9c2a4585b5a2cecd5b10d0330cde9a2 | false   | 0x00000000efe302beaa2b3e6e1b18d08d69a9012a | 289        | 6            | 20642121      | 2024-08-30T14:54:35.000Z | 0x58855c0174293bdbcf1e7d301c11d41933d755cb459138dbaca4059f30a06fd1 |
</Accordion>

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

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

***

### StrategyManager\_Deposit\_event

Deposit events from EigenLayer's StrategyManager contract on Ethereum, recording when users stake tokens into restaking strategies with share amounts issued. Used for tracking restaking activity, depositor behavior, and strategy-specific capital 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_depositor`     | `STRING`    | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.                                           |
  | `in_token`         | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                          |
  | `in_strategy`      | `STRING`    | Contract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.                                          |
  | `in_shares`        | `STRING`    | Number of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol's accounting system. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_token                                  | in\_shares     | log\_index | in\_strategy                               | block\_number | in\_depositor                              | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ------------------------------------------ | -------------- | ---------- | ------------------------------------------ | ------------- | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x858646372cc42e1a627fce94aa7a7033e7cf075a | false   | 0xbe9895146f7af43049ca1c1ae358b0541ea49704 | 10000000000000 | 286        | 0x54945180db7943c0ed0fee7edab2bd24620256bc | 17601425      | 0x0c4a2b323ddd815b003a259f8a0c0d1df3df3256 | 2023-07-01T19:58:11.000Z | 0xaf2e7f9921a95e0fdfeb2d04a002b1d83c871a497a3aafe5e30ea9b5890d2a32 |
  | 0x858646372cc42e1a627fce94aa7a7033e7cf075a | false   | 0xbe9895146f7af43049ca1c1ae358b0541ea49704 | 10000000000000 | 144        | 0x54945180db7943c0ed0fee7edab2bd24620256bc | 17598380      | 0xcf0eb2da4f8ee55666e5cfec04084e1236e7af7c | 2023-07-01T09:40:23.000Z | 0xb4fd7dc128ad50a393a889d684c8fd787ab79c9674551bce27ac743ab4c7cd21 |
  | 0x858646372cc42e1a627fce94aa7a7033e7cf075a | false   | 0xae78736cd615f374d3085123a210448e74fc6393 | 1000000000     | 355        | 0x1bee69b7dfffa4e2d53c2a2df135c388ad25dcd2 | 17598372      | 0xcf0eb2da4f8ee55666e5cfec04084e1236e7af7c | 2023-07-01T09:38:35.000Z | 0xb07ea389f60dc713ef79696a4153382f8729a5522212c2ef7aceb74663cfd30b |
</Accordion>

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

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

***

### StrategyManager\_depositIntoStrategy\_function

EigenLayer strategy deposit function calls on Ethereum, recording token deposits into restaking strategies with input amounts and output share quantities. Used for analyzing restaking flows and strategy participation across EigenLayer protocols.

<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.                                                                                                                                                                                  |
  | `trace_address`    | `STRING`    | Hierarchical position of the internal call within a transaction's execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
  | `status`           | `BOOL`      | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.                                                                                                                             |
  | `from_address`     | `STRING`    | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                                                              |
  | `to_address`       | `STRING`    | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                                                                   |
  | `value`            | `FLOAT64`   | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).                                                                                                                                     |
  | `gas_used`         | `INT64`     | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.                                                                                                                                                       |
  | `gas`              | `INT64`     | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.                                                                                                                                                     |
  | `signature`        | `STRING`    | Function selector identifying which contract function was called. 10-character hex string including 0x prefix.                                                                                                                                                       |
  | `in_strategy`      | `STRING`    | Contract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                                               |
  | `in_token`         | `STRING`    | Token address involved in the transaction or 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.                                                                                                                                      |
  | `out_shares`       | `STRING`    | Number of shares issued or burned as a result of the transaction. String-encoded integer representing the share quantity in the protocol's accounting system.                                                                                                        |
</Accordion>

<Accordion title="Sample Data">
  | gas   | value | status | gas\_used | in\_token | in\_amount | signature  | out\_shares | to\_address                                | in\_strategy | block\_number | from\_address                              | trace\_address | block\_timestamp         | transaction\_hash                                                  |
  | ----- | ----- | ------ | --------- | --------- | ---------- | ---------- | ----------- | ------------------------------------------ | ------------ | ------------- | ------------------------------------------ | -------------- | ------------------------ | ------------------------------------------------------------------ |
  | 48179 | 0     | false  | 32119     |           |            | 0xe7a050aa |             | 0x858646372cc42e1a627fce94aa7a7033e7cf075a |              | 18081784      | 0xd60b757cd3c4cf59f7c90128a5760f60e599ca7c |                | 2023-09-07T03:11:11.000Z | 0x0c6fe7b57052deab00b29a06c12729fe81ec5e2786dc145cb52935b4232b01ee |
  | 48179 | 0     | false  | 32119     |           |            | 0xe7a050aa |             | 0x858646372cc42e1a627fce94aa7a7033e7cf075a |              | 18081847      | 0xd60b757cd3c4cf59f7c90128a5760f60e599ca7c |                | 2023-09-07T03:23:47.000Z | 0x5faa9881aa2493ea36e13ce240d5bbc8423515227b4ba053bb01cc368b99b623 |
  | 48179 | 0     | false  | 32119     |           |            | 0xe7a050aa |             | 0x858646372cc42e1a627fce94aa7a7033e7cf075a |              | 18081786      | 0xd60b757cd3c4cf59f7c90128a5760f60e599ca7c |                | 2023-09-07T03:11:35.000Z | 0xb4eca698038edd7bc045ceaa43fac6a17768343210e01c0b622f9f3955b0a574 |
</Accordion>

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

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

***

### StrategyManager\_StrategyAddedToDepositWhitelist\_event

EigenLayer StrategyManager events recording when liquid staking token strategies are added to the deposit whitelist on Ethereum. Tracks strategy contract addresses approved for deposits into EigenLayer's restaking infrastructure.

<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_strategy`      | `STRING`    | Contract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.                               |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | log\_index | in\_strategy                               | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ---------- | ------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x858646372cc42e1a627fce94aa7a7033e7cf075a | false   | 84         | 0x93c4b944d05dfe6df7645a86cd2206016c51564d | 17453048      | 2023-06-10T23:32:23.000Z | 0x202bd0f8e77a9160b20f40a874ebb662b7929e391bf8c0f9c0865c7753a806cb |
  | 0x858646372cc42e1a627fce94aa7a7033e7cf075a | false   | 83         | 0x54945180db7943c0ed0fee7edab2bd24620256bc | 17453048      | 2023-06-10T23:32:23.000Z | 0x202bd0f8e77a9160b20f40a874ebb662b7929e391bf8c0f9c0865c7753a806cb |
  | 0x858646372cc42e1a627fce94aa7a7033e7cf075a | false   | 85         | 0x1bee69b7dfffa4e2d53c2a2df135c388ad25dcd2 | 17453048      | 2023-06-10T23:32:23.000Z | 0x202bd0f8e77a9160b20f40a874ebb662b7929e391bf8c0f9c0865c7753a806cb |
</Accordion>

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

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

***

### StrategyManager\_StrategyRemovedFromDepositWhitelist\_event

*No description available.*

<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_strategy`      | `STRING`    | Contract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.                               |
</Accordion>

<Accordion title="Sample Data">
  *No sample data available.*
</Accordion>

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

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

***

### StrategyManager\_WithdrawalCompleted\_event

Completed withdrawal events from EigenLayer's StrategyManager contract on Ethereum, tracking when stakers finalize their unstaking requests after the withdrawal delay period. Used for analyzing restaking withdrawal flows and user exit patterns.

<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_depositor`      | `STRING`    | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.                                                                                    |
  | `in_nonce`          | `STRING`    | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.                                                   |
  | `in_withdrawer`     | `STRING`    | Address of the account receiving the withdrawn assets. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                    |
  | `in_withdrawalRoot` | `STRING`    | Unique identifier for the withdrawal request being completed in this EigenLayer withdrawal event. 32-byte hex-encoded hash that matches the withdrawal root generated when the withdrawal was initiated. |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_nonce | log\_index | block\_number | in\_depositor                              | in\_withdrawer                             | block\_timestamp         | transaction\_hash                                                  | in\_withdrawalRoot                                                 |
  | ------------------------------------------ | ------- | --------- | ---------- | ------------- | ------------------------------------------ | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
  | 0x858646372cc42e1a627fce94aa7a7033e7cf075a | false   | 0         | 230        | 17964288      | 0x7c0d2f1eb3dc2cc21d6118789d26f2db09311b1d | 0x7c0d2f1eb3dc2cc21d6118789d26f2db09311b1d | 2023-08-21T16:28:11.000Z | 0x5206dac06c338800f7cfc4c13dc2cd004d68e6100c4d46f8ba7c6408f43e4b33 | 0x04f100e09a1e800b47d8a692b40324151c4b3ed69ce0738cf4bb96023f4397ec |
  | 0x858646372cc42e1a627fce94aa7a7033e7cf075a | false   | 0         | 12         | 17965569      | 0x3e2326be7c0c9d49378e21ce803bce4bbfa95d89 | 0x3e2326be7c0c9d49378e21ce803bce4bbfa95d89 | 2023-08-21T20:45:11.000Z | 0x40edadf267a1b972a925aada9bcfc602cac36ab08f28f3bf1fcd0398812c42ad | 0xb8ced953fd63e56cf9c99db8f4b6a266aa55f929f08aba509c4bf71f34aa56fb |
  | 0x858646372cc42e1a627fce94aa7a7033e7cf075a | false   | 0         | 380        | 17959690      | 0x6286f96eb2bc4ef74f56b2d280a250beeb722999 | 0x6286f96eb2bc4ef74f56b2d280a250beeb722999 | 2023-08-21T01:00:35.000Z | 0x1448fb2b0bc2afd7d81c8c2431a1b8fa6bf0afb0d291aa3a21cead7fce125fee | 0x144f31f29ae8dbedd221a0fb769f3fd94e396fa43562acfdafbab044e87419e1 |
</Accordion>

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

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

***
