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: --> 2a7330b57942bb25c7c10998525ebcf904a66de12477c527942e7ec3aec3142d:74:8 | 74 | self.storefront.createListing( 75 | nftProviderCapability: self.collectionCap, 76 | paymentReceiver: self.paymentReceiver, 77 | nftType: self.nftType, 78 | nftID: saleItemID, 79 | salePaymentVaultType: Type<@DapperUtilityCoin.Vault>(), 80 | price: saleItemPrice, 81 | customID: customID, 82 | expiry: UInt64(getCurrentBlock().timestamp) + expiry, 83 | buyer: buyer 84 | ) | ^ error: assertion failed: type of nft is not permitted --> 3cdbb3d569211ff3.NFTStorefrontV2:555:6 | 555 | assert(Permitted.isPermitted(nftRef), message: "type of nft is not permitted") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Arguments:
collectionIdentifier:
FLOAT
saleItemID:
1344450826
saleItemPrice:
5
customID:
Empty
buyer:
Empty
expiry:
7776000
Loading...