Wearables Collection on Flow
Flow is a blockchain-based decentralized ecosystem and platform with scaling solutions for interactive experiences, decentralized application projects, and blockchain-based games.

While the original Doodles collection was limited to 10,000 NFTs, Castro told the crowd Wednesday that Doodles 2 will be a collection in the “millions.” The project hasn’t decided which blockchain Doodles 2 will be on, but the transactions needed to change your Doodles 2 appearance will be “gasless.”
The process to alter your Doodles 2 NFT is unknown, but the project said the new collectible is a “mass-market, identity-focused NFT” that can be customized using “wearables, animated characters, fully-licensed music, and more.” The NFT will also “unlock music from biggest artists.”
For this analysis I've used flow database provided by Flipside Crypto. There are some tables on this database which are handy for our purpose. First table is flow.core.ez_nft_sales which gives us a lot of information such as top buyers, sales volume and transactions. In order to filter our results only to Doodles 2 I've used this function: A.e81193c424cfd3fb.Wearables
In order to calculate the USD volume on our analysis I've used flow.core.fact_prices table. All I had to do was filter this table with SYMBOL = 'FLOW'
For the purpose of comparing Doodles 2 with other collections I've used flow.core.dim_contract_labels table to get the name of these projects.
I also used TX_SUCCEEDED = 'TRUE' function in my codes to only consider successful transactions.
Doodles is one the most successful community-driven collectibles project in world which ran it's second version on Flow blockchain.
Through this analysis we'll see how the second release of Doodles doing since they've launched.