I am using the library to send transactions to a contract function. I would like to be able to assess when a transaction failed and the EVM reverted.
I am using the method $contract->at($contractAddress)->send(), but when the transaction reverts I am not sure how to see it.
I tried using the call() method, with the same result.
Any tips?
Hello,
I am using the library to send transactions to a contract function. I would like to be able to assess when a transaction failed and the EVM reverted. I am using the method $contract->at($contractAddress)->send(), but when the transaction reverts I am not sure how to see it. I tried using the call() method, with the same result. Any tips?
Thanks,