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: --> 79177dda2d989186bac17ce3421b3d5ba75d7cb05f4466ee6a69a8a5e6e2e935:40:10 | 40 | createListing(seller, storefront, request, paymentReceiver, nftRef, typeRef) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 79177dda2d989186bac17ce3421b3d5ba75d7cb05f4466ee6a69a8a5e6e2e935: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: 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":0.1}]
Loading...