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: --> f6fb06d62af1abcfde382249237f2ad990604b30e4ea2a1d7a5c432eae009954:55:10 | 55 | createListing(seller, storefront, request, paymentReceiver, nftRef, typeRef) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> f6fb06d62af1abcfde382249237f2ad990604b30e4ea2a1d7a5c432eae009954: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: panic: Could not borrow reference to collection --> 3cdbb3d569211ff3.NFTStorefrontV2:587:11 | 587 | ?? panic("Could not borrow reference to collection") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Arguments:
saleRequests:
[{"catalogCollection...T.NFT","price":159}]
Loading...