eth.eigenlayer.strategy_manager_removed_from_deposit_whitelist

Decoded table for StrategyRemovedFromDepositWhitelist events from the StrategyManager contract on Ethereum mainnet.

Emitted when a strategy is removed from the approved list of strategies for deposit.

Column NameData TypeDescription

strategy

CHARACTER VARYING

The contract address of the strategy that was removed from the deposit whitelist.

transaction_hash

CHARACTER VARYING

The hash of the transaction where this event occurred.

log_index

BIGINT

The index of the log event within the Ethereum block.

block_hash

CHARACTER VARYING

The hash of the block that contains the transaction which contains this event.

block_timestamp

BIGINT

The timestamp of the block that contains the transaction which contains this event.

block_number

BIGINT

The block number in the blockchain that contains the transaction which contains this event.

Last updated