-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
here is the nft on kodadot here is the buy tx: https://kusama.subscan.io/extrinsic/11322275-4 and indeed it seems missing in our indexer: checked on 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? |
No I do not have idea why it has failed on our side, the transaction looks legit. |
one of these 3 lines Lines 225 to 227 in b493de2
|
The text was updated successfully, but these errors were encountered: