banbannardUntitled Query
    Updated 2022-06-17
    select
    *
    from ethereum.core.ez_token_transfers
    where to_address = '0xabea9132b05a70803a4e85094fd0e1800777fbef'
    and block_timestamp >= current_date - 60
    and amount_usd is not null
    limit 100
    Run a query to Download Data