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.
This PR introduces a notebook for labelling minting events as "Mint" or "Airdrop". The heuristic used is:
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.