eth.eigenlayer.strategy_manager_added_to_deposit_whitelist
Decoded table for StrategyAddedToDepositWhitelist events from the StrategyManager contract on Ethereum mainnet.
Emitted when a strategy is added to the approved list of strategies for deposit.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The contract address of the strategy that was added to the deposit whitelist. |
| CHARACTER VARYING | The hash of the transaction where this event occurred. |
| BIGINT | The index of the log event within the Ethereum block. |
| CHARACTER VARYING | The hash of the block that contains the transaction which contains this event. |
| BIGINT | The timestamp of the block that contains the transaction which contains this event. |
| BIGINT | The block number in the blockchain that contains the transaction which contains this event. |
Last updated