Skip to main content

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_avsSTRINGContract 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_statusINT64Status code representing the state of the entity or operation. Integer value with meaning specific to the contract context.
in_avsaddressremovedin_statuslog_indexin_operatorblock_numberblock_timestamptransaction_hash
0x23221c5bb90c7c57ecc1e75513e2e4257673f0ef0x135dda560e946695d6f155dacafc6f1f25c1f5affalse03190x90659e1b1392d55f640cfd104b305ec419d34756205685832024-08-20T08:16:35.000Z0xc8068de5055694b034f3f53503b039e083696df3410bed11f773c141c9baff7f
0x870679e138bcdf293b7ff14dd44b70fc97e12fc00x135dda560e946695d6f155dacafc6f1f25c1f5affalse01860xa5954756792f64ba7bcc4b5fd664b0843a7afe5b205719682024-08-20T19:37:59.000Z0xf7a08a48b359e53b6724864aba6b03e712e20eae2b28ee5b5ab24f1a3176f947
0xe5445838c475a2980e6a88054ff1514230b83aeb0x135dda560e946695d6f155dacafc6f1f25c1f5affalse17310x9e91b47454bee4a8c54c1704f63f85bcbd112941205690572024-08-20T09:52:23.000Z0x2e0d4efd812b7a5619bca1d2c09be48023e5e88051714ac1d90f928717d6bc10
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.AVSDirectory_OperatorAVSRegistrationStatusUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_stakerSTRINGAddress of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
in_newDepositScalingFactorSTRINGUpdated 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.
addressremovedin_stakerlog_indexin_strategyblock_numberblock_timestamptransaction_hashin_newDepositScalingFactor
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0x62bfcdf002ae657df53182f13b1a9751435c175a720x0fe4f44bee93503346a3ac9ee5a26b130a5796d6231197742025-08-11T19:03:59.000Z0x4a7b0840bc6bced8ac832310873b38702f3930c8fd14e38dd78f356c6a605b5e1000000000000000000
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0x3722a8b1e2674fbba7081c84e39a5ce738b8159d10100x0fe4f44bee93503346a3ac9ee5a26b130a5796d6231169992025-08-11T09:45:47.000Z0xdafbe5dc5f376ca2cc29fa3e8f8a30b5374b0830402d53d91a5674c3ea0adfc11000000000000000000
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0x60ba5d7e5a557ce26544b31483f30619a9c088c63780x0fe4f44bee93503346a3ac9ee5a26b130a5796d6231191742025-08-11T17:02:47.000Z0xe1af5142d19b57f58d3b5345d951792c57f8effaccabc4ac5084208e6cfca4e81000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.DelegationManager_DepositScalingFactorUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_stakerSTRINGAddress of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_sharesin_stakerlog_indexin_operatorin_strategyblock_numberblock_timestamptransaction_hash
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse2513267704370782360x78fd7d90a3e5f503af4c37018219d8bff6f2ee482220x5accc90436492f24e6af278569691e2c942a676d0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6230672402025-08-04T10:55:59.000Z0x517a4251327d2b9547e1127814c6392557bb11efb86731124f9eaca8ab8b47ca
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse5000000000000000480xf55b33eca398d6b7e65f55dc4896da2d7e78c2b91660x5accc90436492f24e6af278569691e2c942a676d0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6230686972025-08-04T15:48:35.000Z0x8b405c578d356254b29723d4da23b49581f929d0345c6853326c0b1a3c9f1d85
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse11476953114163298430xa57f86f183f13e85330541cbf34c47ece1e56f1e1960x71c6f7ed8c2d4925d0baf16f6a85bb1736d412eb0x0fe4f44bee93503346a3ac9ee5a26b130a5796d6230673992025-08-04T11:27:59.000Z0xfd202b1ea25941d526f90bde8ecdaf3ef25780d40db3c6471d728934f1db883f
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.DelegationManager_OperatorSharesDecreased_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_stakerSTRINGAddress of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_sharesin_stakerlog_indexin_operatorin_strategyblock_numberblock_timestamptransaction_hash
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse26963153457323241190xcf375715aa446192876fe678f1d6e12562a12a4a2010x5accc90436492f24e6af278569691e2c942a676d0x1bee69b7dfffa4e2d53c2a2df135c388ad25dcd2229351192025-07-16T23:45:23.000Z0x766af1619b99a53c90d520fa0607bd6f55a27db536befc86454c073c84c1b02c
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse9515211968431527640x986be65c5dbe53bf63ebe9dd935bd5cddbae7a392350xf80b7ba7e778abf08a63426886ca40189c7ef48a0x57ba429517c3473b6d34ca9acd56c0e735b94c02229324062025-07-16T14:39:59.000Z0x260f12c30e59cd9164ed14a1abdb52d7ac2518638ba8d07cba767f0b0ba44d0c
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse223026714932217629036340x7bfcd8722a746d92b3174b82bd7f19afe8ec75099490x4d7c3fc856ab52753b91a6c9213adf013309dd250x6075546538c3efbd607ea6afc24149fccfb2edf4229303602025-07-16T07:49:11.000Z0xbe6a1a5cfaac65b9b4e3777df43cbac71f7a8171715293fe8e8a900b6acb0a11
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.DelegationManager_OperatorSharesIncreased_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_stakerSTRINGAddress of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_stakerlog_indexin_operatorblock_numberblock_timestamptransaction_hash
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0x1e879853beabfbfcde9c6a1b5b0912efac6cc64f2640x110af279aaffb0d182697d7fc87653838aa5945e200063552024-06-02T19:53:59.000Z0x1f9e0a65232b7bb48b4d7dc42cf17b96e85291a90e25328921eb16bedd37c8de
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0x7344baebf8c14d44fc8414b7b403a7031b78a9bf2220x110af279aaffb0d182697d7fc87653838aa5945e200045702024-06-02T13:55:47.000Z0xefbd543ecd1fe735c0804c557b184db33c488166c126fc3528b1bc0f48d11985
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0xf662171a921572155e673551949ae89269a9a64817670x1f8c8b1d78d01bcc42ebdd34fae60181bd697662200011792024-06-02T02:33:23.000Z0xc8321e7d200afb4e348022d1d09d7cf37712107239f8fef6a1e1ba1ca2a431ba
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.DelegationManager_StakerDelegated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_stakerSTRINGAddress of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_stakerlog_indexin_operatorblock_numberblock_timestamptransaction_hash
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0x0f4a882630a9fea011e551d26519a3d712726ceb00xdfcb21ac9b99de986d99f4ce5fce2a6542efe3a1197219352024-04-24T01:22:23.000Z0x43573a2ef7235396358ce7d8d4b53d9e926b54bbc23719d542268ded8e2bd705
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0xb149f353383ab92e74c4cba3feb848b04bfb3617350xdfcb21ac9b99de986d99f4ce5fce2a6542efe3a1197219332024-04-24T01:21:59.000Z0x841e0072f864974808fee86a38d7d9eafcb4716fa5a60d6c783c71ef006417a0
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0xc12e4d31e92cedc1ad4c8c23dbce2c5f7cb529983620x8f14fecd0b3c592baa45e02d7c7a95c891730fcc231959182025-08-22T10:08:11.000Z0x0d617a4038572ccd8bd6549f6ae0913a578c80bd2951d79e9dae4f286c149926
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.DelegationManager_StakerForceUndelegated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_stakerSTRINGAddress of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_stakerlog_indexin_operatorblock_numberblock_timestamptransaction_hash
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0x94cbde0297efdc8dfedad7bdfb1603b33e43fa682420x39beca54f450fcc4b31729a85b3e9655ec0081d6222823632025-04-16T15:10:23.000Z0xf84c81fe050d77e28eb425c46cb0ffecd46bf5a1c9fe2d54e8ddea451f92a0b9
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0x6f7c6691f9387c4e7e05291945ab352ced0dbdd21960x4c52432e6d19ca8a960be0e76fb6d507625ab3eb222794042025-04-16T05:16:23.000Z0x4f1db5475206f87976a941e5496326932886a39899da4eacc05e461b6342aa99
0x39053d51b77dc0d36036fc1fcc8cb819df8ef37afalse0x812b9c3ea2c49bec95d0bcda4db39513baaee2612410x4d7c3fc856ab52753b91a6c9213adf013309dd25222844732025-04-16T22:14:47.000Z0x4cd2dea8a0613cd5a04b4798dbf16c0d77966f7d9df24cf0afccbbe4d2075bc8
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.DelegationManager_StakerUndelegated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_eigenPodSTRINGContract 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_podOwnerSTRINGEthereum address of the account that owns the deployed EigenPod contract. This address has control over the pod’s staking operations and withdrawal credentials.
addressremovedlog_indexin_eigenPodin_podOwnerblock_numberblock_timestamptransaction_hash
0x91e677b07f7af907ec9a428aafa9fc14a0d3a338false4450x0667a4188a3c3cf2e9122f1dc73d8131be952d920x6cd72b1e6e300340a48943d6af34ef5ae07d3577182608602023-10-02T05:49:23.000Z0x4ffb779f57b66eff20b014d88ab57bad51d202f6a530f7150a59dcda21d7aa9f
0x91e677b07f7af907ec9a428aafa9fc14a0d3a338false970xd95b84f6766cc2ee4d712747b749a4cd02840e700x030038f5e941427b0e3c19999e08b9492bf5bcc2182628022023-10-02T12:19:23.000Z0x1c61cbc1a0dc9e7816f5888851199c5f2b5473cd7c162c6fa491190a25eec7ff
0x91e677b07f7af907ec9a428aafa9fc14a0d3a338false1920x95df2bf069373daa85140e79e9145a77255f297a0x9263a4d34c3fe5a3e5a281c78f652ee84abc56ae182599532023-10-02T02:46:47.000Z0x31c929afb06b88d7af3ad8ba5e870b9e2c17a6a358e59a7873b7c59ff2e5cbcb
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.EigenPodManager_PodDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_rateSTRINGInterest rate value used in the protocol operation. Numeric string representation without decimal formatting.
addressin_rateremovedlog_indexblock_numberblock_timestamptransaction_hash
0xacb55c530acdb2849e6d4f36992cd8c9d50ed8f71000000000000000000false144224565652025-05-11T00:33:35.000Z0xb883e48163fc8ce5f3bc617f3af35f6a264edaec2858663049e4162fc77dd30c
0xacb55c530acdb2849e6d4f36992cd8c9d50ed8f71000000000000000000false645224566982025-05-11T01:00:47.000Z0x1ac217166303b5f24c78e62799488da8a451d3b94aa11d9fd5143241bab04c76
0xacb55c530acdb2849e6d4f36992cd8c9d50ed8f71000000000000000000false193224567302025-05-11T01:07:11.000Z0x3447ec831fa83ae676dc8eeb5abcb38ec27730d200132a583dcdbd26b8a89268
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.EigenStrategy_ExchangeRateEmitted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_rootSTRINGMerkle 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_earnerSTRINGAddress 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_claimerSTRINGAddress of the account initiating the claim transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_claimedAmountSTRINGAmount 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.
addressin_rootremovedin_tokenin_earnerlog_indexin_claimerblock_numberin_recipientblock_timestampin_claimedAmounttransaction_hash
0x7750d328b314effa365a0402ccfd489b80b0adda0x89022951aa4dec32399f3f2fa1de26ece300a8797723f116ea32c5dc9bb6ee8efalse0xec53bf9167f50cdeb3ae105f56099aaab9061f830x49e53fb3d5bf1532febad88a1979e33a94844d1d6870x49e53fb3d5bf1532febad88a1979e33a94844d1d231358030x49e53fb3d5bf1532febad88a1979e33a94844d1d2025-08-14T00:46:47.000Z42330196016825488940xe7d578083d16719a6cd320a42ffdab9cf5b18db02124796efeecc3f42a592924
0x7750d328b314effa365a0402ccfd489b80b0adda0x89022951aa4dec32399f3f2fa1de26ece300a8797723f116ea32c5dc9bb6ee8efalse0xec53bf9167f50cdeb3ae105f56099aaab9061f830x90b6a7d4094b18f7cdaf951e52edcdb5c58eb0338270x90b6a7d4094b18f7cdaf951e52edcdb5c58eb033231360520x90b6a7d4094b18f7cdaf951e52edcdb5c58eb0332025-08-14T01:36:47.000Z51684025824546721770x2592568b1d48921ce4253f349aaa0dac29e456c415727a8836c45505a7abc8d6
0x7750d328b314effa365a0402ccfd489b80b0adda0x89022951aa4dec32399f3f2fa1de26ece300a8797723f116ea32c5dc9bb6ee8efalse0xec53bf9167f50cdeb3ae105f56099aaab9061f830x368cb4212abd097f35efcd34e291b6ee1d60e6223330x368cb4212abd097f35efcd34e291b6ee1d60e622231362640x368cb4212abd097f35efcd34e291b6ee1d60e6222025-08-14T02:19:23.000Z267373058863060348180xa2ec6c59efd6c9d74aabc8078a401dc8e45329fb10d8a64d84406942896111c5
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.RewardsCoordinator_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_decimalsINT64Number of decimal places for the token. Integer value defining precision for token amount representations.
addressremovedin_tokenlog_indexin_decimalsblock_numberblock_timestamptransaction_hash
0x5d4d4582b3b55c0e436735221936ab4e21faa803false0x5a666c7d92e5fa7edcb6390e4efd6d0cdd69cf3733218219427312025-02-28T05:23:47.000Z0x0dd0128fbc451977cbc03b24d598c01f9e007dbbb0c6f311757c7f9310a2520f
0x6f8374a5c6ff300d3daad28640375fd5d69ccc9afalse0x0908d13621758c1ae51b2fdd0caf531b28673e0e146318233203582025-09-08T19:07:23.000Z0x5b841ebf96b8864dd9fa957161b44e9d44c1bf352c2c45aa4bdc40af2ae6bf54
0xa33600c9b9c2a4585b5a2cecd5b10d0330cde9a2false0x00000000efe302beaa2b3e6e1b18d08d69a9012a2896206421212024-08-30T14:54:35.000Z0x58855c0174293bdbcf1e7d301c11d41933d755cb459138dbaca4059f30a06fd1
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.StrategyBaseTVLLimits_StrategyTokenSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_tokenin_shareslog_indexin_strategyblock_numberin_depositorblock_timestamptransaction_hash
0x858646372cc42e1a627fce94aa7a7033e7cf075afalse0xbe9895146f7af43049ca1c1ae358b0541ea49704100000000000002860x54945180db7943c0ed0fee7edab2bd24620256bc176014250x0c4a2b323ddd815b003a259f8a0c0d1df3df32562023-07-01T19:58:11.000Z0xaf2e7f9921a95e0fdfeb2d04a002b1d83c871a497a3aafe5e30ea9b5890d2a32
0x858646372cc42e1a627fce94aa7a7033e7cf075afalse0xbe9895146f7af43049ca1c1ae358b0541ea49704100000000000001440x54945180db7943c0ed0fee7edab2bd24620256bc175983800xcf0eb2da4f8ee55666e5cfec04084e1236e7af7c2023-07-01T09:40:23.000Z0xb4fd7dc128ad50a393a889d684c8fd787ab79c9674551bce27ac743ab4c7cd21
0x858646372cc42e1a627fce94aa7a7033e7cf075afalse0xae78736cd615f374d3085123a210448e74fc639310000000003550x1bee69b7dfffa4e2d53c2a2df135c388ad25dcd2175983720xcf0eb2da4f8ee55666e5cfec04084e1236e7af7c2023-07-01T09:38:35.000Z0xb07ea389f60dc713ef79696a4153382f8729a5522212c2ef7aceb74663cfd30b
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.StrategyManager_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical 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.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
out_sharesSTRINGNumber of shares issued or burned as a result of the transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
gasvaluestatusgas_usedin_tokenin_amountsignatureout_sharesto_addressin_strategyblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
481790false321190xe7a050aa0x858646372cc42e1a627fce94aa7a7033e7cf075a180817840xd60b757cd3c4cf59f7c90128a5760f60e599ca7c2023-09-07T03:11:11.000Z0x0c6fe7b57052deab00b29a06c12729fe81ec5e2786dc145cb52935b4232b01ee
481790false321190xe7a050aa0x858646372cc42e1a627fce94aa7a7033e7cf075a180818470xd60b757cd3c4cf59f7c90128a5760f60e599ca7c2023-09-07T03:23:47.000Z0x5faa9881aa2493ea36e13ce240d5bbc8423515227b4ba053bb01cc368b99b623
481790false321190xe7a050aa0x858646372cc42e1a627fce94aa7a7033e7cf075a180817860xd60b757cd3c4cf59f7c90128a5760f60e599ca7c2023-09-07T03:11:35.000Z0xb4eca698038edd7bc045ceaa43fac6a17768343210e01c0b622f9f3955b0a574
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.StrategyManager_depositIntoStrategy_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_strategyblock_numberblock_timestamptransaction_hash
0x858646372cc42e1a627fce94aa7a7033e7cf075afalse840x93c4b944d05dfe6df7645a86cd2206016c51564d174530482023-06-10T23:32:23.000Z0x202bd0f8e77a9160b20f40a874ebb662b7929e391bf8c0f9c0865c7753a806cb
0x858646372cc42e1a627fce94aa7a7033e7cf075afalse830x54945180db7943c0ed0fee7edab2bd24620256bc174530482023-06-10T23:32:23.000Z0x202bd0f8e77a9160b20f40a874ebb662b7929e391bf8c0f9c0865c7753a806cb
0x858646372cc42e1a627fce94aa7a7033e7cf075afalse850x1bee69b7dfffa4e2d53c2a2df135c388ad25dcd2174530482023-06-10T23:32:23.000Z0x202bd0f8e77a9160b20f40a874ebb662b7929e391bf8c0f9c0865c7753a806cb
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.StrategyManager_StrategyAddedToDepositWhitelist_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StrategyManager_StrategyRemovedFromDepositWhitelist_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.StrategyManager_StrategyRemovedFromDepositWhitelist_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_withdrawerSTRINGAddress of the account receiving the withdrawn assets. Hex-encoded, 0x-prefixed, 42-character string.
in_withdrawalRootSTRINGUnique 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.
addressremovedin_noncelog_indexblock_numberin_depositorin_withdrawerblock_timestamptransaction_hashin_withdrawalRoot
0x858646372cc42e1a627fce94aa7a7033e7cf075afalse0230179642880x7c0d2f1eb3dc2cc21d6118789d26f2db09311b1d0x7c0d2f1eb3dc2cc21d6118789d26f2db09311b1d2023-08-21T16:28:11.000Z0x5206dac06c338800f7cfc4c13dc2cd004d68e6100c4d46f8ba7c6408f43e4b330x04f100e09a1e800b47d8a692b40324151c4b3ed69ce0738cf4bb96023f4397ec
0x858646372cc42e1a627fce94aa7a7033e7cf075afalse012179655690x3e2326be7c0c9d49378e21ce803bce4bbfa95d890x3e2326be7c0c9d49378e21ce803bce4bbfa95d892023-08-21T20:45:11.000Z0x40edadf267a1b972a925aada9bcfc602cac36ab08f28f3bf1fcd0398812c42ad0xb8ced953fd63e56cf9c99db8f4b6a266aa55f929f08aba509c4bf71f34aa56fb
0x858646372cc42e1a627fce94aa7a7033e7cf075afalse0380179596900x6286f96eb2bc4ef74f56b2d280a250beeb7229990x6286f96eb2bc4ef74f56b2d280a250beeb7229992023-08-21T01:00:35.000Z0x1448fb2b0bc2afd7d81c8c2431a1b8fa6bf0afb0d291aa3a21cead7fce125fee0x144f31f29ae8dbedd221a0fb769f3fd94e396fa43562acfdafbab044e87419e1
Query with partition filter
SELECT *
FROM `tt-contracts.eigenlayer_v1_ethereum.StrategyManager_WithdrawalCompleted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100