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: --> e4cbf78be7106a603544e6515c6b0f40e08cd797fb88463413dba91f1de47715:50:10 | 50 | createListing(seller, storefront, request, paymentReceiver, paymentType, nftRef, typeRef, cache) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> e4cbf78be7106a603544e6515c6b0f40e08cd797fb88463413dba91f1de47715:82:2 | 82 | storefront.createListing( 83 | nftProviderCapability: collectionCap, 84 | paymentReceiver: paymentReceiver, 85 | nftType: typeCache[r.nftTypeIdentifier]!, 86 | nftID: r.nftID, 87 | salePaymentVaultType: paymentType, 88 | price: r.price, 89 | customID: r.customID, 90 | expiry: UInt64(getCurrentBlock().timestamp) + r.expiry, 91 | buyer: r.buyerAddress 92 | ) | ^ error: panic: Could not borrow reference to collection --> 3cdbb3d569211ff3.NFTStorefrontV2:617:9 | 617 | ?? panic("Could not borrow reference to collection") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Arguments:
saleRequests:
[{"catalogCollection...NFT.NFT","price":1}]
paymentReceiverAddress:
0x80456f738de01ad4
paymentReceiverPath:
/public/flowTokenReceiver
salePaymentVaultTypeIdentifier:
A.1654653399040a61.FlowToken.Vault
Loading...