BabySkullz - Avalanche
Using the avalanche.nft.ez_nft_transfers
table and identifying the project_name
as BabySkullz and the nft_address
as 0x2a84808279ff8316fbd559b781a1397622257376 for looking activity, the activity consisted of Mint and Other. Additionally, it also joined with the tx_hash
to avalanche.core.ez_avax_transfers
table for looking at how they paid with $AVAX and converted it into dollars.
Joining the avalanche.core.fact_token_transfers
table and found out the contract address of NFT marketplaces in the origin_to_address
type on this table.
- Hyperspace [ 0x398baa6ffc99126671ab6be565856105a6118a40 ]
- Joepegs [ 0xae079eda901f7727d0715aff8f82ba8295719977 ]
- Kalao [ 0xeff2357c9e40103ac4d268b32de478e4fbbfc4f0 ]
- Opensea [ 0x00000000000000adc04c56bf30ac9d3c0aaf14dc ]
- NFTrade[ 0xcfb6ee27d82beb1b0f3ad501b968f01cd7cc5961 ]
- Last, I did not know the name of this marketplace with this address as [ 0x93aa3dcc06f195160c600a1d95ba01f368db829e ]
Each of the above addresses uses a different command to purchase this collection, and some transactions can buy many NFT tokens with the wrong value. therefore using the avalanche.core.ez_decoded_event_logs
table to look at the true price sold of each token of BabySkullz.
