dwellonchainGetting Started
    Updated 2023-11-23
    select from_address, sum(amount_usd)
    from arbitrum.core.ez_token_transfers
    where origin_to_address = lower('0x3C77EEB8eC4716a6389a522eD590FbbD261ABE8e')
    --and symbol = 'USDT'
    group by 1
    order by 2 desc

    --'0x3C77EEB8eC4716a6389a522eD590FbbD261ABE8e'
    --'0x87aaffdf26c6885f6010219208d5b161ec7609c0'
    Run a query to Download Data