gitcoinco / gitcoinco/web

Cannot Claim QL NFT Schwag

Open
#9,301 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.8k
Forks
776
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**

**Issue 1**
https://gitcoin.co/quadraticlands/mission/schwag shows a "Get NFT Schwag" section, with a call-to-action button to "Get NFT".

Upon clicking that button for the very first time and navigating to https://gitcoin.co/kudos/27129/chakra_kudos, there is a banner at the top of the page that says, "Sorry but the coupon for a free kudos has been used already. Contact the person who sent you the coupon link, or you can still purchase one on this page." I'm not sure how the coupon link could have already been redeemed.

**Issue 2**
Since I couldn't claim it for free, I decided to just spend the ETH to get it. When you send the transaction on https://gitcoin.co/kudos/send?id=27129, it displays a success message, but when I examine the actual transaction on the xDAI network, the transaction actually failed and reverted with the following message:

```
The number of Kudos clones requested exceeds the number of clones allowed.
```

The `clone` signature is `clone(address _to, uint256 _tokenId, uint256 _numClonesRequested)` The `_numClonesRequested` in each transaction is always `1`.

The value of xDAI sent in the transaction is also probably wrong. It gets set to `.005 xDAI`, however, the kudos is listed at `.005 ETH ($9.53)`. You can see all of the series of attempted and failed transactions on blockscout: https://blockscout.com/xdai/mainnet/address/0x418297B815D7c99701c3EC61eB05D1CBa0c1Ff07/transactions.

**Issue 3**
Although the transaction has failed, the kudos shows in my activity and under my Kudos profile tab as though it were sent and received successfully several times. Every one of these was a failure, so it's very misleading. This information to displayed to users is not correct: https://gitcoin.co/jozanza/kudos

**To Reproduce**
Send the kudos at https://gitcoin.co/kudos/send?id=27129 from the xDai network in Metamask.

**Expected behavior**

I expect to claim my free NFT.
I expect to kudos transactions to send the correct values.
I expect to my profile to show only successfully sent/received kudos.

**Screenshots**

Screen Shot 2021-07-18 at 9 03 35 PM

**Desktop (please complete the following information):**

- OS: macOS
- Browser: Firefox
- Browser Version: 89.0.2

**Smartphone (please complete the following information):**

- Device:
- OS:
- Browser:
- Version:

**Additional context**
I just want the cool rainbow astronaut NFT I should get for claiming my GTC and being part of the DAO.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.