spiderchainUntitled Query
    Updated 2022-07-26
    select count(DISTINCT TO_ADDRESS)
    from ethereum.transactions
    where block_timestamp >= '2021-11-01' and block_timestamp < '2021-11-04'



    Run a query to Download Data