SorenaUntitled Query
    Updated 2022-11-22
    select
    count (distinct tx_hash) as tx_count,
    count (distinct nft_from_address) as sender,
    count (distinct nft_to_address) as receiver
    from ethereum.core.ez_nft_transfers
    where nft_address = '0x629a673a8242c2ac4b7b8c5d8735fbeac21a6205'
    and event_type != 'mint'
    Run a query to Download Data