Sbhn_NP2024-05-14 11:39 AM
    Updated 2024-06-27
    select
    count(DISTINCT origin_from_address) as depositors,
    sum(amount) as amount
    from ethereum.core.ez_token_transfers
    where to_address = lower('0x14C5a9007FDC5eE4De1581C892b5fd4623D8cdBf')
    and symbol = 'weETH'

    QueryRunArchived: QueryRun has been archived