Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nft that I put up for sale has disappeared #282

Open
2 tasks done
Emmanuel20242024 opened this issue Mar 23, 2024 · 3 comments
Open
2 tasks done

nft that I put up for sale has disappeared #282

Emmanuel20242024 opened this issue Mar 23, 2024 · 3 comments
Labels
bug Something isn't working p2 V1 Implementation of RMRK::1.0.0

Comments

@Emmanuel20242024
Copy link

Emmanuel20242024 commented Mar 23, 2024

Is there an existing issue?

  • I have searched the existing issues

What happened?

I put an NFT up for sale on singular (rmkr1 apparently, I don't know anything about it).

the nft has disappeared from my nova wallet for some time but without being sold.

I contacted singular on discord who told me that rmkr1 is no longer supported there and that my nft must be on kodadot or that there was a bug during the transfer.

I can't find the nft on kodadot either.

Please reproduce in steps

I purchased an NFT from the Zeitgeist Tarot Card Collection 773 days ago.

https://kusama.subscan.io/extrinsic/11322275-4

I put it on sale at this exact address: (I kept a copy of the link):
https://singular.rmrk.app/collectibles/9613635-102cb9e9988c85201e-ZEITGEIST-FOOL-COLLECTION-ZTG_TAROT_FOOL_258-0000000000000258

I then put it up for sale on rmkr and changed the selling price:
https://kusama.subscan.io/extrinsic/11362836-4

https://kusama.subscan.io/extrinsic/11362864-6

https://kusama.subscan.io/extrinsic/11447107-3

on the last transaction I no longer know why my evm wallet appears which I usually use for the binance smart chain/darwinia/glmr: 0xB7e88e1635EA56b6A404cb4E97cF4FA6C40DcbeB

but the original kusama polkadot.js address used for the sale of the nft is: CzJHwFsWxAPKuBpKRcVdFBhzAHSzpXe8rNYvynsGoGmJbvD

Expected Behavior

Failing to have sold it, I would like a solution to be able to recover the NFT in my wallet.

What browsers are you seeing the problem on?

Desktop Chrome, Mobile Android Chrome, Other

At which address did you encounter bug?

kodadot.xyz

Are you logged in?

Yes

Which wallet you are using?

PolkadotJS, Talisman, SubWallet, Nova Wallet

At which chain did you encounter bug?

Asset Hub Kusama, Asset Hub Polkadot, Kusama

Screenshots

Images

Screenshot_20240323_143325_Discord
Screenshot_20240323_143333_Discord
Screenshot_20240323_144200_Discord
Screenshot_20240323_144206_Discord
Screenshot_20240323_144214_Discord
Screenshot_20240323_144234_Discord
Screenshot_20240323_144238_Discord
Screenshot_20240323_144247_Discord
Screenshot_20240323_144253_Discord
Screenshot_20240323_144347_Chrome
20240323_144413

Wallet Address & Transaction hash

Adresse nft listing :
https://singular.rmrk.app/collectibles/9613635-102cb9e9988c85201e-ZEITGEIST-FOOL-COLLECTION-ZTG_TAROT_FOOL_258-0000000000000258

Transactions hash:
https://kusama.subscan.io/extrinsic/11362836-4

https://kusama.subscan.io/extrinsic/11362864-6

https://kusama.subscan.io/extrinsic/11447107-3

Wallet adress:
https://kusama.subscan.io/account/CzJHwFsWxAPKuBpKRcVdFBhzAHSzpXe8rNYvynsGoGmJbvD

Relevant log output

No response

Payment link for reward

https://canary.kodadot.xyz/dot/transfer/?target=1QymxB4kNQw1nNtWMrSsSerhBzrtTGbkyGHhcWGM65njxMi

<My_Polkadot_Address_check_https://github.com/kodadot/nft-gallery/blob/main/REWARDS.md#creating-your-dot-address>

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Emmanuel20242024 Emmanuel20242024 added the bug Something isn't working label Mar 23, 2024
@daiagi
Copy link
Contributor

daiagi commented Mar 24, 2024

here is the nft on kodadot
https://kodadot.xyz/rmrk/gallery/9613635-102cb9e9988c85201e-ZEITGEIST-FOOL-COLLECTION-ZTG_TAROT_FOOL_258-0000000000000258

here is the buy tx:

https://kusama.subscan.io/extrinsic/11322275-4

and indeed it seems missing in our indexer:

checked on https://squid.subsquid.io/rubick/graphql

query:

query MyQuery {
  nftEntityById(id: "9613635-102cb9e9988c85201e-ZEITGEIST-FOOL-COLLECTION-ZTG_TAROT_FOOL_258-0000000000000258") {
    events {
      blockNumber
      timestamp
      interaction
      meta
      currentOwner
    }
  }
}

response:

{
  "data": {
    "nftEntityById": {
      "events": [
        {
          "blockNumber": "9613635",
          "timestamp": "2021-10-11T20:48:00.006000Z",
          "interaction": "MINTNFT",
          "meta": "",
          "currentOwner": "CwXa36Dddsm4h7T1LDnXvtdTFmSfUg7ZVygZ7mv8m6DE19s"
        },
        {
          "blockNumber": "9613639",
          "timestamp": "2021-10-11T20:48:24.006000Z",
          "interaction": "SEND",
          "meta": "E4uv4ui8MQHm4yv3jzQdEgiJLidDgaNyaqBfsaYTrfocC2M",
          "currentOwner": "CwXa36Dddsm4h7T1LDnXvtdTFmSfUg7ZVygZ7mv8m6DE19s"
        },
        {
          "blockNumber": "9651908",
          "timestamp": "2021-10-14T12:49:06.008000Z",
          "interaction": "LIST",
          "meta": "3234000000000",
          "currentOwner": "E4uv4ui8MQHm4yv3jzQdEgiJLidDgaNyaqBfsaYTrfocC2M"
        },
        {
          "blockNumber": "10951014",
          "timestamp": "2022-01-13T22:26:54.004000Z",
          "interaction": "LIST",
          "meta": "421400000000",
          "currentOwner": "E4uv4ui8MQHm4yv3jzQdEgiJLidDgaNyaqBfsaYTrfocC2M"
        }
      ]
    }
  }
}

@vikiival got idea?

@vikiival vikiival transferred this issue from kodadot/nft-gallery Mar 24, 2024
@vikiival
Copy link
Member

@vikiival got idea?

No I do not have idea why it has failed on our side, the transaction looks legit.

@vikiival vikiival added p2 V1 Implementation of RMRK::1.0.0 labels Mar 24, 2024
@vikiival
Copy link
Member

vikiival commented Mar 24, 2024

one of these 3 lines

isInteractive(nft)
isPositiveOrElseError(nft.price, true)
isBuyLegalOrElseError(nft, extra || [])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p2 V1 Implementation of RMRK::1.0.0
Projects
None yet
Development

No branches or pull requests

3 participants