esi69Untitled Query
    Updated 2023-02-26
    select BLOCK_TIMESTAMP::date date,count(DISTINCT TX_HASH)
    from arbitrum.core.fact_token_transfers
    where CONTRACT_ADDRESS ='0xda10009cbd5d07dd0cecc66161fc93d7c9000da1'
    group by 1

    Run a query to Download Data