Algo-76.Algorand NFTs

    Q76. Let’s look at the Algorand NFT scene from a high level How many wallets(distinct) currently hold an NFT? How many wallets(distinct) have created an NFT?(Tip: Look at the creator Address on the asset) Create a distribution of the number of NFTs held per wallet for wallets that hold at least 1 NFT. What’s the average amount of ALGOs NFT holders have, is this more or less than non NFT holders? How many active wallets/what percent of wallets hold at least 1 NFT? Do we see new wallets joining algorand and buying NFTs or is it mostly older wallets buying/holding NFTs? How many total, non-closed NFTs are on the algorand network? Show their creation over time using asset created_at. How many NFTs use the ARC3 vs ARC69 standard? Make sure to write an analysis based on each of the findings above! Note any other interesting findings about wallets that hold NFTs! Tip: All NFTs have a supply of 1 and 0 decimal places For NFTs configured to the arc69 stanard, look at asset_configuration transactions such as 6Z5R47GSIMQC4JDCTRAPLPC5BTNCC5K5DJ2QKSACW4KV5RZFZDQQ and decode the note using try_base64_decode_string(tx_message:txn:note::string). Tou will find in the note the asset has been configured to the arc69 community standard: https://github.com/algokittens/arc69. For assets configured to the arc3 standard look for transactions who’s asset url ends with #arc3 https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0003.md