sofiatUntitled Query
    Updated 2022-11-26
    ---Total number of transaction done
    select count(*) as transactions
    from ethereum.core.ez_token_transfers
    where to_address =lower('0x00000000219ab540356cBB839Cbe05303d7705Fa')


    select *
    from ethereum.core.fact_hourly_token_prices
    limit 10
    Run a query to Download Data