KaskoazulShroom users 1
    Updated 2022-07-02
    select event_type,
    count (distinct tx_hash)
    from ethereum.core.ez_nft_transfers
    where nft_address = lower('0xdfb57B6E16DDB97Aeb8847386989f4DCA7202146')
    group by 1


    Run a query to Download Data