Create a CSV Whitelist

CSV Whitelist Format

You need to create the whitelist in the following format, including the header.

account,amount 
0x123456123456123456123456123456123456,1000000000000000000000

The amount is in wei and has 18 decimals (represented as 18 zeros after the amount). In this example an amount of 1000000000000000000000 equates to 1000 tokens.

The file needs to be a CSV (Comma Separated Values) e.g. my_whitelist.csv

Sample Spreadsheet

We’ve made a sample spreadsheet for modelling your Airdrop. It is designed to help you create your whitelist. Feel free to open the sheet and "Make a Copy" for your project. https://docs.google.com/spreadsheets/d/1EZPdvAALOFO0FWw5oF_887Ai16ak85eOnZTmUWdeOyo/edit#gid=0

Once you've created your Whitelist, then you can download your whitelist into .csv format like so File -> Download -> Comma Separated Values (.csv)

Last updated