Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> 34e92372ace6fa4fe7ceb6969a1ae1b4db178d16ce4735b30e06b1aaf81191c4:105:6
|
105 | self.storefront.createListing(
106 | nftProviderCapability: self.collectionCap,
107 | nftType: self.nftType,
108 | nftID: saleItemID,
109 | salePaymentVaultType: Type<@DapperUtilityCoin.Vault>(),
110 | saleCuts: self.saleCuts,
111 | marketplacesCapability: nil,
112 | customID: customID,
113 | commissionAmount: 0.00,
114 | expiry: expiry
115 | )
| ^
--> 4eb8a10cb9f87357.NFTStorefrontV2:569:34
|
569 | let listing <- create Listing(
570 | nftProviderCapability: nftProviderCapability,
571 | nftType: nftType,
572 | nftUUID: uuid,
573 | nftID: nftID,
574 | salePaymentVaultType: salePaymentVaultType,
575 | saleCuts: saleCuts,
576 | marketplacesCapability: marketplacesCapability,
577 | storefrontID: self.uuid,
578 | customID: customID,
579 | commissionAmount: commissionAmount,
580 | expiry: expiry
581 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 4eb8a10cb9f87357.NFTStorefrontV2:465:27
|
465 | self.details = ListingDetails(
466 | nftType: nftType,
467 | nftUUID: nftUUID,
468 | nftID: nftID,
469 | salePaymentVaultType: salePaymentVaultType,
470 | saleCuts: saleCuts,
471 | storefrontID: storefrontID,
472 | customID: customID,
473 | commissionAmount: commissionAmount,
474 | expiry: expiry
475 | )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: panic: Cannot borrow receiver
--> 4eb8a10cb9f87357.NFTStorefrontV2:208:23
|
208 | ?? panic("Cannot borrow receiver")
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^