0x0dC7a2832ed0823837907F8Ad7736ccADD14062FTransfer count table per nft
    Updated 2022-07-02
    select
    count(distinct tx_hash) as all_transferred,
    count(distinct tokenid) as Transfer_from_different_wallets
    from ethereum.core.ez_nft_transfers
    where nft_address='0xdfb57b6e16ddb97aeb8847386989f4dca7202146'
    and event_type<>'mint'
    Run a query to Download Data