ShroomDK Mint
Loading...
Loading...
Loading...
INTRODUCTION
- ShroomDK is a collection of free NFTs that can be minted through Flipside Crypto on a daily basis, launched in June 29.
- These NFTs after minted generate an API key to work with Flipside Data banks in your software development kit (SDKs) of preference (JavaScript available, Python in development and more in the future) or directly with the RestAPI.
- Every user who mints these daily ShroomDK receive a referral code which can be shared with another user to mint on that day, even if the daily mint limit has been reached, also the user can bought a ShroomDK in opensea to mint and get a API key.
- Every API key can perfomup to 10k queries per day and spores NFTs are to be released soon, which upgrade the ShroomDK providing higher query limits and faster query performance.
METHODOLOGY
Every Table is from Flipside Blockchain Data Bank.
ShroomDK address: “0xdfb57B6E16DDB97Aeb8847386989f4DCA7202146”
- How many ShroomDK NFTs have been minted so far?
- How many failed mints have there been?
-
With “ethereum.core.fact_transactions”, ShroomDK address and
origin_function_signature i can group by sucess or fail the mint transactions.
-
- How many times has a ShroomDK NFT been transferred so far?
-
With
“ethereum.core.ez_nft_transfers” and event_type i can get the transfers that they are not mints, they’re the Opensea Sales and the ShroomDK transfers, using
“ethereum.core.ez_nft_sales” i can discard the sales and get the transfers of ShroomDK.
-
Loading...