aor67maker 8
    Updated 2022-09-04
    select count(DISTINCT tx_hash) as transactions,
    BLOCK_TIMESTAMP::date date
    from ethereum.core.ez_token_transfers
    where CONTRACT_ADDRESS = '0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2'
    group by 2
    Run a query to Download Data