Vamp-2819Untitled QueryTotal txhash and active users
    Updated 2022-09-29
    select count(DISTINCT(tx_hash)) as tx_hash, count(DISTINCT(from_address)) as users
    from ethereum.core.ez_token_transfers where block_timestamp >= '2022-09-15'
    Run a query to Download Data