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
Emmanuel20242024 opened this issue Mar 23, 2024 · 3 comments
Open

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

@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