sarathOv_ertime_markt1
    Updated 2022-08-25
    select
    count(TX_HASH) as txs,
    count(distinct FROM_ADDRESS) as users
    from optimism.core.fact_token_transfers
    where BLOCK_TIMESTAMP::date >= '2022-08-10'
    and BLOCK_TIMESTAMP::date <= '2022-08-24'
    and ORIGIN_TO_ADDRESS = '0x170a5714112daeff20e798b6e92e25b86ea603c1'
    and TO_ADDRESS='0x170a5714112daeff20e798b6e92e25b86ea603c1'
    Run a query to Download Data