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: --> 1fbf9288c621fcfcde9a0d842e8b776d3eefae63a5ba5217b522b7a7bbb25d2d:134:8 | 134 | self.storefront.createListing( 135 | nftProviderCapability: self.HWGarageCardV2Provider, 136 | nftType: Type<@HWGarageCardV2.NFT>(), 137 | nftID: saleItemID, 138 | salePaymentVaultType: Type<@FlowToken.Vault>(), 139 | saleCuts: self.saleCuts, 140 | marketplacesCapability: self.marketplacesCapability.length == 0 ? nil : self.marketplacesCapability, 141 | customID: customID, 142 | commissionAmount: commissionAmount, 143 | expiry: expiry 144 | ) | ^ --> 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: pre-condition failed: Expiry should be in the future --> 4eb8a10cb9f87357.NFTStorefrontV2:186:16 | 186 | expiry > UInt64(getCurrentBlock().timestamp) : "Expiry should be in the future" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Arguments:
removalListingResourceID:
173722838173989
saleItemID:
277870
saleItemPrice:
8
customID:
RARIBLE
commissionAmount:
0.4
expiry:
1725196024
marketplacesAddress:
["0x9544328e680ccbc1"]
Loading...