Convex-Labs / honestnft-shenanigans

HonestNFT Shenanigan Scanning Tools
https://honestnft-shenanigans.readthedocs.io/
MIT License
176 stars 70 forks source link

Airdrop or Mint #69

Closed Barabazs closed 2 years ago

Barabazs commented 2 years ago

This PR introduces a notebook for labelling minting events as "Mint" or "Airdrop". The heuristic used is:

Is the address initiating the transaction the same as the recipient of the NFT => Mint
else => Airdrop

This notebook requires the minting data as generated by find_minting_data.ipynb or find_minting_data_from_moralis.ipynb. The result is saved as an extra column in the initial file.

I'll leave it up to the data wizards to integrate this in their analysis and draw conclusions when auditing projects.

Please note that an event labelled as "Airdrop" does not necessarily mean it's fraudulent.