ShroomDK

    Flipside Crypto has introduced ShroomDK, an NFT-based Software Data Kit (SDK). Programmers can run queries against the most complete blockchain data available with ShroomDK. A SaaS-inspired NFT-enabled SDK adds additional Web3 advantages of not only community, but flexibility for future use. For example, you may be able to upgrade to new toolkits, power-ups, or even the option to sell parts of your access when you decide it’s no longer the right match.

    How ShroomDK works

    The ShroomDK NFTs provide developers with the ability to programmatically query data on hundreds of blockchains, including access to Ethereum’s past states. Avalanche and Binance Smart Chain are also supported, as well as Layer 2 EVMs like Arbitrum and Optimism. In addition, Flipside L1 partners such as Solana, NEAR, FLOW, Thorchain, and Algorand have multi-chain access.

    Description of Work

    In this bounty, we want to examine ShroomDK minting. To do this, we examine the following:

    • How many ShroomDK NFTs have been minted so far?
    • How many failed mints have there been?
    • How many times has a ShroomDK NFT been transferred so far?

    Note

    • ShroomDK contract address is 0xdfb57b6e16ddb97aeb8847386989f4dca7202146
    • We use the ethereum.core schema, fact_transactions== and ==ez_nft_transfers tables
    • Mint method is 0x2b1ccc9a== → origin_function_signature = '0x2b1ccc9a'

    1 → ShroomDK NFTs mints

    To address this section, we use the fact_transactions table to count the list of transactions that:

    • to_address = '0xdfb57b6e16ddb97aeb8847386989f4dca7202146'ShroomDK NFTs contract
    • origin_function_signature = '0x2b1ccc9a' → Mint method
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...
    Loading...

    Conclusion of part 1

    • The total number of transactions to mint ShroomDK NFTs is ==currently== 349, of which 385 (97.7%) have minted NFTs successfully and 9 (2.28%) mint transactions have failed.
    • The highest number of mints is related to the first day of minting, i.e. Jun 29 with 144 mints and then Jul 1 with 100 mints.
    • The highest number of Mints corresponds to the first hour of the start of Mint every day, i.e. 13:00
    • The total number of unique wallets that minted ShroomDK is 256
    Loading...

    2 → ShroomDK NFTs transfers

    To address this section, we use the ==ez_nft_transfers== table to count the list of transfer that:

    • nft_address = '0xdfb57b6e16ddb97aeb8847386989f4dca7202146'ShroomDK NFTs contract
    • event_type = 'other' → Transfer
    Loading...
    Loading...
    Loading...

    Conclusion of part 2

    • The total number of ShroomDK NFTs transfer transactions is 7, which is done by 7 unique wallet addresses.
    • From these 7 to the transfer of ==token id 199==, it has been transferred twice