Add Fiable Snapshot Tool for erc1155/erc20 + convert data for airdrop contract
planned
Bastian De Magalhaes
I would like to suggest to add some Snapshot Tools for erc1155 /erc20 , where we can select contract adress, with option to token id by filters, and download Data in csv. + a easy converter to transform this CSV Data Extracted into a Correct Data Structure for Airdrop Contract, based on % holdings, for dividend payment.... So we can simply pass from holders with quantities, to an airdrop based on % holdings of that asset. We can then Upload the csv in the airdrop contract, we add the amount to be distributed and each holder receive their respective part based on their % holdings.
DexKit
planned
DexKit
A script for this it will solve your needs? This kind of data likely need an API key from a service and it is normally used one time. We can fetch the data and then just parse accordingly to the target contract. We at DexKit will need this script as well for ourselfs, so I will kind share it here when its done