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: --> 493752e8f7f9655c7e55d8d93e744c2de847c498180f533e0513358c49fd2758:40:10 | 40 | createListing(seller, storefront, request, paymentReceiver, nftRef, typeRef) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 493752e8f7f9655c7e55d8d93e744c2de847c498180f533e0513358c49fd2758: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 | ) | ^ --> 3cdbb3d569211ff3.NFTStorefrontV2:596:28 | 596 | let listing <- create Listing( 597 | nftProviderCapability: nftProviderCapability, 598 | nftType: nftType, 599 | nftUUID: uuid, 600 | nftID: nftID, 601 | salePaymentVaultType: salePaymentVaultType, 602 | saleCuts: cuts, 603 | marketplacesCapability: marketplacesCapability, 604 | storefrontID: self.uuid, 605 | customID: customID, 606 | commissionAmount: commission, 607 | expiry: expiry, 608 | buyer: buyer 609 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: assertion failed: token is not of specified type --> 3cdbb3d569211ff3.NFTStorefrontV2:483:6 | 483 | assert(nft.isInstance(self.details.nftType), message: "token is not of specified type") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Arguments:
saleRequests:
[{"catalogCollection...t.NFT","price":1.2}]