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: --> 3411b5df02aa01a93fa1d926f1c6ad875d17fb6fe60dc347aa1f42b096a84f50:38:8 | 38 | marketplaceCollectionRef.placeBid( 39 | id: id, 40 | bidTokens: <- self.sentVault, 41 | vaultCap: self.ftReceiverCap, 42 | collectionCap: self.nftReceiverCap 43 | ); | ^ --> 14af75b8c487333c.LeofyMarketPlace:521:12 | 521 | itemRef.placeBid(bidTokens: <- bidTokens, 522 | vaultCap:vaultCap, 523 | collectionCap:collectionCap) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: pre-condition failed: Not an auction --> 14af75b8c487333c.LeofyMarketPlace:293:16 | 293 | self.auctionLength > UFix64(0.0): "Not an auction" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^