Jelly
  • 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
  • Your Airdrop UI
  • Update Description
  1. recipes
  2. Create an Airdrop
  3. Create Airdrop

Your Airdrop Claim UI

PreviousAdd RewardsNextSet Airdrop Claim

Last updated 2 years ago

Your Airdrop UI

Goto your Airdrop UI, it can be found by replacing your own Airdrop Contract Address into the link with the right chain id: https://app.jelly.io/airdrops/yourairdropcontractaddress?chainId=4

e.g.

Ethereum mainnet chainId=1

Rinkeby chainId=4

Matic chainId=137

Mumbai chainId=80001

Your Airdrop is probably looking something like this. You can check the eligibility of individual addresses. Try entering a few addresses on your whitelist, and confirm the token amounts match what you set. Once you're ready, the next step is to customize your Airdrop Claim UI

Update Description

Now we're going to add some text to the left side, which you can customize at any time.

Goto to Etherscan and look up your Airdrop Contract Address. Then goto the write mode and setDocument function, then enter: - "description" (must be the word "description", no spaces) - The text you want to display on your UI. e.g. "Some text, you can add any text you like. For new lines use \n\n between text"

https://app.jelly.io/airdrops/0x49b1693fdd93459567d9e4431b5295ff93a453ca?chainId=4
Note that you can put in whatever text you like into the _data field but the first field for _name needs to say "description"