CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> a7101f43582f5119c3134e77ba3830a80bd50126ea80c9a7b44b0049beb4ab4a:71:17 | 71 | let id = self.storefront.createListing( 72 | nftProviderCapability: self.nftProvider, 73 | nftType: Type<@Inscription.NFT>(), 74 | nftID: saleItemID, 75 | salePaymentVaultType: Type<@FlowToken.Vault>(), 76 | saleCuts: saleCuts 77 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 4eb8a10cb9f87357.NFTStorefront:402:34 | 402 | let listing <- create Listing( 403 | nftProviderCapability: nftProviderCapability, 404 | nftType: nftType, 405 | nftID: nftID, 406 | salePaymentVaultType: salePaymentVaultType, 407 | saleCuts: saleCuts, 408 | storefrontID: self.uuid 409 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: NFT does not exist in the collection! --> 1d7e57aa55817448.NonFungibleToken:187:30 | 187 | self.ownedNFTs[id] != nil: "NFT does not exist in the collection!" | ^^^^^^^^^^^Arguments:
saleItemID:
7075872
saleItemPrice:
2
Loading...