This repo contains merkle proofs used to claim from the fox token airdrop.
Usage:
- Determine if your address is eligible to claim the airdrop by locating it in one of the proof json files.
- Make note of the
index
,amount
andproof
fields for your address. The filename is the airdrop contract address you will be claiming from. - Use a service such as myetherwallet or mycrypto to interact with the contract address for your claim.
- Use the ABI from TokenDistributor.json
- Call the
claim
function usingyour address
,index
,amount
andproof
.- Note:
amount
is a hex number and may need to be converted to decimal depending which service you use to interact with the contract
- Note: