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: --> 8ff4d2ab74145e34156e2c20ac737ab0019e460207a63bd4662276c458c3c898:71:8 | 71 | self.storefront.createListing( 72 | nftProviderCapability: self.collectionCap, 73 | paymentReceiver: self.paymentReceiver, 74 | nftType: self.nftType, 75 | nftID: saleItemID, 76 | salePaymentVaultType: Type<@DapperUtilityCoin.Vault>(), 77 | price: saleItemPrice, 78 | customID: customID, 79 | expiry: UInt64(getCurrentBlock().timestamp) + expiry, 80 | buyer: buyer 81 | ) | ^ error: assertion failed: type of nft is not permitted --> 3cdbb3d569211ff3.NFTStorefrontV2:620:4 | 620 | assert(Permitted.isPermitted(nftRef!), message: "type of nft is not permitted") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Arguments:
collectionIdentifier:
NFLAllDayPacks
saleItemID:
895812
saleItemPrice:
13
customID:
Empty
buyer:
Empty
expiry:
2592000
Loading...