There was an unexpected error

Getting There was an unexpected error for TxId - 1829d9b0-ee94-4a12-b48b-fb61102527fa can you plz check

Same error with this TxId - 2efc110e-d30f-4892-b097-817ef6e9735e

Hi Tan–both of these transactions are failing due to the operations being reverted. We’re working on improving this behavior to make the error reason more clear. The revert reason is not specified in the contract response, and as the contract is closed source we cannot dive deeper into the revert reason. For the time being, please feel free to interpret these responses as a simulation failure and that changes to your calldata or contract code is needed.

any way to debug this ?

I fixed one transaction of buy … just needed to send the amount in amount field also … but for create listing not working

Also i was using thirdweb library to simply do this using there function call which internally uses ether.js … is there a way to be able to use that codebase with fireblocks ?

You can try using the fee estimation endpoint and see if it returns additional information on why the simulation is failing.

Regarding using ethers or web3 libraries to interact with the contract, Fireblocks has a web3 provider you can use to interact with the contract. This may also return additional info to debug the issue.