FLOW Usage During the NBA Playoffs

    db_img

    What is NBA top shot marketplace?

    NBA Top Shot is an NFT marketplace where sports fans can buy, sell and trade basketball video clips. Launched in 2020, NBA Top Shot is a partnership between the NBA and Dapper Labs, the creators of CryptoKitties. High-profile investors include the NBA legends Michael Jordan, Kevin Durrant and Klay Thompson,

    The platform is run using Dapper Labs’s Flow blockchain, and gives users the ability to trade digital assets based on video clips from NBA games. The Flow blockchain supports transactions on a range of other sports NFT marketplaces, like NFL All Day and UFC Strike.

    As of September 2021, NBA Top Shot had more than 1 million registered users. Data from NFT marketplace tracker DappRadar suggests that more than half a million NBA Top Shot had exchanged a total volume of nearly $1 billion on the platform since its inception.

    More explanation ::

    qustion

    Analyze the NBA Conference Finals (May 17th- May 29th) and determine whether it had an impact on NBA Top Shot's volume.

    Did the Warriors, Celtics, Mavericks, or Heat see higher sales volume.

    Method

    I have used the data in the flipside table to get the volume of sales on the days that have been specified ( FROM flow.core.fact_nft_sales )

    Description

    The chart and table on the left shows the number of purchases and sales of this nft collection on May 17-28.

    As you can see in the line graph, on May 26, the number of purchases reaches 22.6k and the number of sales reaches 57.39. On this date, both the number of sales and the number of purchases reach their maximum.

    On May 28, the number of sales volume reaches its lowest level, so that the number of purchases is 5k and the number of sales is 22.55k.

    Loading...
    Loading...
    Loading...
    Loading...
    Loading...

    Explanation of the second part

    As you can see in the table above, we have compared the four mentioned teams in terms of the number and volume of sales, the three-bar chart is related to the number of sales, and the circular chart is related to the comparison of sales volume.

    Now I want to categorize the teams in terms of number and volume of sales

    The first Golden team is the first in terms of number and volume of sales

    Method

    I to get this table and these two graphs

    I used the data of two tables available on the flipside site, I combined them with the join command (flow.core.dim_topshot_metadata and flow.core.fact_nft_sales)

    Then I have selected the teams separately with the command (in and like).