samUntitled Query
    Updated 2022-12-27
    select *
    from flow.core.ez_nft_sales
    where nft_collection in (
    select
    event_contract
    from flow.core.dim_contract_labels
    where account_address = '0xd0bcefdf1e67ea85'
    )

    limit 10
    Run a query to Download Data