Claiming Rewards on Etherscan

Steps to Claim
  1. 1.
    Go to the contract on the chain you want to claim from:
  2. 2.
    Click Connect to Web3 and connect your wallet.
  3. 3.
    Click on the ClaimList dropdown.
  4. 4.
    Input the batchIds you would like to claim. For example, if you would like to claim from BatchId 1 and 2 you would input: [1, 2].
NOTE: How do you find your batchId?
Finding your batchId
  • Go to the subgraph that is relevant to you:
  • Paste in this code with your wallet address as the "claimer".
  • { claimAdded2S(orderBy:timestamp, orderDirection:desc, where: { claimer: "0x8Ca2C6D79DbC78CeCa382136bE590Ea63eB28B89" }) { batchId } }
  • Hit enter and you will find the relevant batchIds. Those are the batchIds you will input into Step 4.
  1. 5.
    Click Write and sign the transaction.