Skip to content

Sparkleloyalty/Sparkle-Dapp-Airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readme.md

User Info

Please note only community members who followed campaign rules correctly will be able to claim tokens. We've made sure that the people sending eth to the contract is reverted and not accepted however we are not responsible for any lost ETH if accidentally to our airdrop address.

Please note this contract can be paused and resumed, but also load/reload tokens for later campaigns. When tokens run out, the contract will not honor any airdrop awards but can still perform proper functionality, have tokens added and continue using the contract for other giveaways.

How to Claim Tokens with MyEtherWallet

A detailed guide on how to claim your Sparkle Airdrop on MyEtherWallet

How to Claim tokens with Etherscan + Metamask

A detailed guide on how to claim your Sparkle Airdrop on Etherscan + Metamask


Airdrop Info

Airdrop Contract Address: 0x33D9Eb04442b7711cec632384DF6BbA45B141d3A

  • isAddressInAirdropList: Approved Address
 bool :  True
  • isAddressInAirdropList: Non Approved Address
 bool :  false
  • If you address has been verified you can only claim 30 SPRKL or the custom amount set 1 time until your address has been removed from the list and reapproved

Airdrop Prize Amount

  • Standard Prize Amount
Reward: 30 SPRKL
  • Custom Prize Amount
Reward: No cap set 

Unclaimed Tokens

Tokens that are not redeemed within an appropriate time frame will be given to new winners during the following campaigns leaving one of two scenarios.

  1. All tokens are eventually redeemed by active participants
  2. All remaining tokens are kept in the contract address until our next airdrop campaign where new participants will be added and most likely redeem the remaining tokens.

Setup

This project was built using NodeJS. Please ensure you install NodeJS and Node Package Manager. For more information follow this link.


webpack-dev-server

To use:

  • Install NodeJS
** See link above for more information **
  • Clone the repo
git clone https://<YOUR_USER_NAME>@bitbucket.org/devmbk/dapp-sparkleairdrop.git
  • Initialize and install dependancies from the node project
npm install
  • Start Webpack development server
npx webpack-dev-server --https
  • Open browser and connect
https://localhost:8080