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: --> 9393c8dc962b862ff90f3da395d2ad950626a4afd175859355f0d3e9307aa8fa:102:8 | 102 | self.storefront.createListing( 103 | nftProviderCapability: self.nftProvider, 104 | nftType: Type<@MFLPlayer.NFT>(), 105 | nftID: saleItemID, 106 | salePaymentVaultType: Type<@DapperUtilityCoin.Vault>(), 107 | saleCuts: [saleCutSeller, saleCutRoyalty] 108 | ) | ^ --> 4eb8a10cb9f87357.NFTStorefront:422:34 | 422 | let listing <- create Listing( 423 | nftProviderCapability: nftProviderCapability, 424 | nftType: nftType, 425 | nftID: nftID, 426 | salePaymentVaultType: salePaymentVaultType, 427 | saleCuts: saleCuts, 428 | storefrontID: self.uuid 429 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: assertion failed: Could not borrow a reference to the NFT --> 4eb8a10cb9f87357.NFTStorefront:357:12 | 357 | assert(nft != nil, message: "Could not borrow a reference to the NFT") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Arguments:
saleItemID:
43336
saleItemPrice:
13
royaltyPercent:
0.05