elsinacompare dep and withdraw
    Updated 2025-02-07
    SELECT
    event_name,
    count(distinct origin_from_address) as user_count,
    count(distinct tx_hash) as tx_count,
    count(distinct contract_name) as token_count
    from
    swell.core.ez_decoded_event_logs
    where
    event_name in ('Withdrawal', 'Deposit')
    group by 1

    Last run: about 2 months ago
    EVENT_NAME
    USER_COUNT
    TX_COUNT
    TOKEN_COUNT
    1
    Deposit912537414
    2
    Withdrawal70543021
    2
    51B
    3s