drone-mostafaDaily transfer of sushi to xsushi
    Updated 2022-04-21
    select
    date_trunc('day', block_timestamp) as daily,
    sum (amount) as Xsushi
    from ethereum.udm_events
    where to_address =lower('0x8798249c2e607446efb7ad49ec89dd1865ff4272')
    AND event_name = 'transfer'
    group by 1
    Run a query to Download Data