tubaecciDeposit Analysis on Eigenlayer copy
    Updated 2024-06-04
    -- forked from iam_lerik / Deposit Analysis on Eigenlayer @ https://flipsidecrypto.xyz/iam_lerik/q/jqETljtOi7UI/deposit-analysis-on-eigenlayer


    SELECT
    *
    FROM ethereum.core.ez_decoded_event_logs a

    WHERE
    a.Contract_Address = LOWER('0x858646372CC42E1A627fcE94aa7A7033e7CF075A') -- StrategyManager
    AND a.Event_Name = 'ShareWithdrawalQueued'
    LIMIT 10


    /* Events */

    -- Deposit
    -- WithdrawalQueued
    -- ShareWithdrawalQueued
    -- WithdrawalCompleted

    QueryRunArchived: QueryRun has been archived