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: --> b69afd9e17899cc42449cbc09617fa564b94c0cd63ec00ffa7ebc3b6efc24cbf:40:10 | 40 | createListing(seller, storefront, request, paymentReceiver, nftRef, typeRef) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> b69afd9e17899cc42449cbc09617fa564b94c0cd63ec00ffa7ebc3b6efc24cbf:70:2 | 70 | storefront.createListing( 71 | nftProviderCapability: collectionCap, 72 | paymentReceiver: paymentReceiver, 73 | nftType: typeCache[r.nftTypeIdentifier]!, 74 | nftID: r.nftID, 75 | salePaymentVaultType: Type<@DapperUtilityCoin.Vault>(), 76 | price: r.price, 77 | customID: r.customID, 78 | expiry: UInt64(getCurrentBlock().timestamp) + r.expiry, 79 | buyer: r.buyerAddress 80 | ) | ^ 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:
saleRequests:
[{"catalogCollection...t.NFT","price":0.5}]
Loading...