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: --> 007a2387e696f665af6cb5634d6739cdcfcd709043ecf7fa39d92b54f638e45f:134:8 | 134 | self.storefront.createListing( 135 | nftProviderCapability: self.nftProvider!, 136 | nftType: Type<@PackNFT.NFT>(), 137 | nftID: saleItemID, 138 | salePaymentVaultType: Type<@DapperUtilityCoin.Vault>(), 139 | saleCuts: self.saleCuts, 140 | marketplacesCapability: self.marketplacesCapability.length == 0 ? nil : self.marketplacesCapability, 141 | customID: self.customID, 142 | commissionAmount: self.commissionAmount, 143 | expiry: expiry 144 | ) | ^ --> 4eb8a10cb9f87357.NFTStorefrontV2:605:34 | 605 | let listing <- create Listing( 606 | nftProviderCapability: nftProviderCapability, 607 | nftType: nftType, 608 | nftUUID: uuid, 609 | nftID: nftID, 610 | salePaymentVaultType: salePaymentVaultType, 611 | saleCuts: saleCuts, 612 | marketplacesCapability: marketplacesCapability, 613 | storefrontID: self.uuid, 614 | customID: customID, 615 | commissionAmount: commissionAmount, 616 | expiry: expiry 617 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 4eb8a10cb9f87357.NFTStorefrontV2:490:27 | 490 | self.details = ListingDetails( 491 | nftType: nftType, 492 | nftUUID: nftUUID, 493 | nftID: nftID, 494 | salePaymentVaultType: salePaymentVaultType, 495 | saleCuts: saleCuts, 496 | storefrontID: storefrontID, 497 | customID: customID, 498 | commissionAmount: commissionAmount, 499 | expiry: expiry 500 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Cannot borrow receiver --> 4eb8a10cb9f87357.NFTStorefrontV2:206:23 | 206 | ?? panic("Cannot borrow receiver") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Arguments:
saleItemID:
164926745172037
saleItemPrice:
36
expiry:
33285218592
Loading...