Jelly Protocol
  • Introduction
  • Jelly Recipes
  • recipes
    • Create an Airdrop
      • Overview
      • Prepare your Whitelist
        • Create a CSV Whitelist
        • Generate your Merkle proof
        • Upload proof (optional)
      • Create Airdrop
        • Create your JellyDrop contract
        • Add Rewards
        • Your Airdrop Claim UI
        • Set Airdrop Claim
      • Contract Links
      • Demo Airdrop
    • Create a Staking Pool (using ve model)
      • Prepare Staking Pool
        • Create Staking Pool (with Liquidity)
        • Create Staking Pool (No liquidity)
      • Staking UI
      • How to calculate token fee
      • Snapshot strategy
      • Contract Links
  • Tokens
    • Tokens
    • Jellynomics
    • veJELLY
  • Links
    • Twitter
    • Discord
    • Medium
    • Website
    • Brand Assets
Powered by GitBook
On this page
  • Approve Tokens
  • Add Rewards
  1. recipes
  2. Create an Airdrop
  3. Create Airdrop

Add Rewards

PreviousCreate your JellyDrop contractNextYour Airdrop Claim UI

Last updated 2 years ago

Next, you're going to add the tokens to your Airdrop.

Approve Tokens

Goto your token's contract address by looking it up on Etherscan. Then click the Contract tab and Write Contract like so.

Goto the approve function and enter: - your Airdrop contract address as the spender - the tokenAmount from the Merkle Bot as the amount

In this example 1000000000000000000000000 wei is equivalent to 1,000,000 WOBBL tokens with 18 decimals. This amount comes from the Merkle Bot.

Add Rewards

Go to your Airdrop contract (you can look it up on Etherscan), and goto the addRewards function in Write mode on Etherscan. Enter the amount of tokens again (in wei as per the MerkleBot)

The next step is to customize your Airdrop Claim UI

Above is an example of the WOBBL token.