NFT Minting Dashboard with Parameters

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

    Section 1, General Comparison between 2 Selected NFT Collection

    NFT Minting Dashboard with Parameters: Skill-building Bounty 7

    This week, we’ll be creating dashboards with parameters.

    \n

    Your task is to build a dashboard that accepts input for 2 NFT contract addresses and displays the following metrics for each NFT project: 

    • Number of mints 
    • Number of unique minters 
    • Top 10 collections that the same minters also minted 
    • Table showing top minters and the number of mints. Bonus (add etherscan links to the minters’ addresses and emojis in the table) 

    \n \n \n

    Method and What we see in this dashboard:

    With the help of the ethereum.core.ez_nft_mints database, information about the number of mints, the number of minters, and the price of different mint collections can be calculated. By using the parameter, it is possible that the reader can use it for different collections that need to be compared with each other.

    In this database, NFT_TO_ADDRESS is equivalent to the minter's address, NFT_ADDRESS is equal to NFT contract address, and each TX_HASH is equivalent to 1 mint transaction.

    ==In Section 1==, information including the number of mints, the number of unique minters, the price of mints in ETH and USD, as well as the days of minting and the price of each day between the two selected collections are given for a better comparison.

    ==In Section 2==, information including top minters and other collections minted by the minters of two selected NFT Collections is provided.

    The information about the names of the projects was also present in the database. Still, if the collections that did not have project names were removed, incomplete information would be provided. For this purpose, the etherscan link of the top collection is provided. By clicking on it, you can see the information about the transactions and its name.

    Section 2. Top Minters and Top Collection Minted by each Selected Collection Minters

    Above is the information about the number of mints and unique minters of the two selected collections. With this information, it is possible to check which collection had more minters and a higher number of mints.

    In the lower charts, the average mint price of each collection in value of ETH and USD is compared. It has also been investigated how many NFTs were minted by users on different days and at what average price they were minted.

    In the side tables, you can see the addresses of the wallets with the largest number of mints in each selected collection and the number of mints. By clicking on each one, you can see the information related to the addresses of minters in EtherScan.

    In the chart below, for a better comparison, the top minters of these two selected collections and their number of mints are brought together.

    Below this graph, the top collections in terms of the number of mints minted by the miners of our selected collection are listed next to each other in tables. By clicking on each collection, you can see their information on EtherScan.

    db_img