ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.4k stars 913 forks source link

creation of Owner errored: Error occured: Transaction has been reverted by the EVM. #4213

Closed aqeelVaival closed 2 weeks ago

aqeelVaival commented 10 months ago

None of the contracts have been deploying, each time before Metamask popup it states error "Transaction has been reverted by the EVM."...Only happening with metamask injection with specific chains....Like Elysium Mainnet chainID 1339 rpc 1. https://rpc.elysiumchain.tech/

  1. https://rpc.elysiumchain.us/

     seems from 0.37.0 changes, **Update web3js 4 With Injected provider** has been the caused. 
Aniket-Engg commented 10 months ago

@aqeelVaival Can you check if it is fixed with v0.37.3 ?

aqeelVaival commented 10 months ago

Right now , I am not facing reverted by EVM error, end even Metamask Popped up as well with elysium chain..Even txn proceeded as well but its reverting each time

https://blockscout.elysiumchain.tech/address/0xA5d638Df5A92231bb1AB4E951817D6ff54e006Ad https://blockscout.elysiumchain.tech/address/0x218A866dbdCe8da777102221B6eC1404bF25D98F

aqeelVaival commented 10 months ago

Issue seems to be with fee dealing in remix, because i executed deployment txn with max gas and its still reverted back

aqeelVaival commented 10 months ago

Please let us know when you resolved this issue..Further we can provide the test funds as well if you want to test it with any sample contracts Elysium Mainnet chainID 1339 rpc 1. https://rpc.elysiumchain.tech/

  1. https://rpc.elysiumchain.us/
aqeelVaival commented 10 months ago

I just want to notify here that we are able to deploy contracts now..

aqeelVaival commented 10 months ago

Right now , I am not facing reverted by EVM error, end even Metamask Popped up as well with elysium chain..Even txn proceeded as well but its reverting each time

https://blockscout.elysiumchain.tech/address/0xA5d638Df5A92231bb1AB4E951817D6ff54e006Ad https://blockscout.elysiumchain.tech/address/0x218A866dbdCe8da777102221B6eC1404bF25D98F

https://blockscout.elysiumchain.tech/address/0x6a3dbb8A63fF98487627C09659C87D9038450e1f Again facing same issue, Can anybody here to help?

aqeelVaival commented 10 months ago

@Aniket-Engg @joeizang

Screenshot 2023-11-13 at 2 32 29 PM Screenshot 2023-11-13 at 2 34 28 PM

Here you can check reverted txn on remix with MM injection, but still its loaded at side bar....Also tried with sample contract of owner, but it also has the same issue

aqeelVaival commented 10 months ago

Unable to call any write function , all read are working fine for the loaded contract....Also as mentioned earlier unable to have any contract deployment.....So any operation which includes interaction of gas fee fails every time.

Aniket-Engg commented 9 months ago

Hello @aqeelVaival are things fine now?