Yousefi_1994Number of unique wallet that minted ShroomDK NFTs
    Updated 2022-07-02
    select
    count(distinct from_address) as number_of_wallet
    from ethereum.core.fact_transactions
    where to_address = '0xdfb57b6e16ddb97aeb8847386989f4dca7202146'
    and origin_function_signature = '0x2b1ccc9a'
    and status = 'SUCCESS'

    Run a query to Download Data