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: --> 43d9e446b45b7a841bfd8a630265cc113b44d032100d1363fbfcff201008a493:75:21 | 75 | let id = self.storefront.createListing( 76 | nftProviderCapability: self.nftProvider, 77 | nftType: Type<@Inscription.NFT>(), 78 | nftID: listingModel.saleNFTID, 79 | salePaymentVaultType: Type<@FlowToken.Vault>(), 80 | saleCuts: saleCuts 81 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 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:30Arguments:
listingModels:
[{"saleItemPrice":0....aleNFTID":29132000}]
Loading...