eth.eigenlayer.strategy_manager_deposits
Decoded table for Deposit events from the StrategyManager contract on Ethereum mainnet.
Emitted when a new deposit occurs on behalf of depositor
.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The address of the staker who is depositing funds into EigenLayer. |
| CHARACTER VARYING | The token that |
| CHARACTER VARYING | The strategy that |
| DECIMAL | The number of new shares |
| CHARACTER VARYING | The number of new shares |
| 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. |
| CHARACTER VARYING | The address of the caller on the StrategyManager contract |
| DECIMAL | The number of tokens deposited |
| CHARACTER VARYING | The number of tokens deposited as a hexadecimal string. |
Last updated