who can resolved smart contract transaction error?

Transaction has been reverted by the EVM: { “blockHash”: “0x0fea6e891918e017f78b42ccd142d36cfab30985db1535181cbbd3e5a104e07f”, “blockNumber”: 57607179, “contractAddress”: null, “cumulativeGasUsed”: 8437719, “effectiveGasPrice”: 30055418779, “from”: “0xf53b9898d84e68523b675be234f46c6cf363453b”, “gasUsed”: 128874, “logsBloom”: “0x00000000000000000000000000000000000000000000000000000000000000400000000000800000000000000000000000008000000000000000000000000000000000000000000000000000000000800000000000400000000100000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000400004000000000000000000001000000000000000000000000000000100000000000000000000000000000000000080000000000000000000000000000000000100000”, “status”: false, “to”: “0x5985d0ee4058fdd3f90d501755c8a89fa4280001”, “transactionHash”: “0x72a0522fd21c64d6c950ee8dcae126dba399d4091eb108b5368828019a90ef52”, “transactionIndex”: 79, “type”: “0x2”, “events”: { “0”: { “address”: “0x0000000000000000000000000000000000001010”, “blockNumber”: 57607179, “transactionHash”: “0x72a0522fd21c64d6c950ee8dcae126dba399d4091eb108b5368828019a90ef52”, “transactionIndex”: 79, “blockHash”: “0x0fea6e891918e017f78b42ccd142d36cfab30985db1535181cbbd3e5a104e07f”, “logIndex”: 256, “removed”: false, “id”: “log_00beafc4”, “returnValues”: {}, “signature”: null, “raw”: { “data”: “0x000000000000000000000000000000000000000000000000000dbbdf6ac19b50000000000000000000000000000000000000000000000000270a4e22491d2b640000000000000000000000000000000000000000000300e5e6b3140e065e2e2400000000000000000000000000000000000000000000000026fc9242de5b90140000000000000000000000000000000000000000000300e5e6c0cfed711fc974”, “topics”: [ “0x4dfe1bbbcf077ddc3e01291eea2d5c70c2b422b415d95645b9adcfd678cb1d63”, “0x0000000000000000000000000000000000000000000000000000000000001010”, “0x000000000000000000000000f53b9898d84e68523b675be234f46c6cf363453b”, “0x0000000000000000000000007c7379531b2aee82e4ca06d4175d13b9cbeafd49” ] } } } }

Hi @mehran

What was the revert message? On what chain did you get this error?

Hi
Error: transaction fail(execution reverted).
polygon staking.

It looks like the contract function called in the transaction did not return any error message from the contract function so its hard to find what caused the error.

Possible reason could be that the wallet which you used did not have enough permissions to call the function.

1 Like

What can be done if the wallet is hacked?
Is it possible to change the wallet address in smart contracts?

I am not sure about that. You can check with the contract owners.

I can not find an email from the contract owners, please help.

contract address:
0x5985d0EE4058FDd3f90D501755C8A89fA4280001
polygonscan.com

I am not sure how we can help here.