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: --> f015ec98bc3a91dfaf7bd751a60d0afc919e6362128759e72087fe4778eaecaa:55:10 | 55 | createListing(seller, storefront, request, paymentReceiver, nftRef, typeRef) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> f015ec98bc3a91dfaf7bd751a60d0afc919e6362128759e72087fe4778eaecaa:85:2 | 85 | storefront.createListing( 86 | nftProviderCapability: collectionCap, 87 | paymentReceiver: paymentReceiver, 88 | nftType: typeCache[r.nftTypeIdentifier]!, 89 | nftID: r.nftID, 90 | salePaymentVaultType: Type<@FlowUtilityToken.Vault>(), 91 | price: r.price, 92 | customID: r.customID, 93 | expiry: UInt64(getCurrentBlock().timestamp) + r.expiry, 94 | buyer: r.buyerAddress 95 | ) | ^ error: pre-condition failed: NFT does not exist in the collection! --> 1d7e57aa55817448.NonFungibleToken:187:30
Arguments:
saleRequests:
[{"catalogCollection....NFT","price":1.76}]