Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: mirek92 on May 01, 2022, 11:06:52 AM



Title: RemixETH solidity - Contract creation initialization returns data with length...
Post by: mirek92 on May 01, 2022, 11:06:52 AM
Hello, I wanted to deply new contract on remix.ethereum.org

After compilation without bugs I chosed Injected Web3 but when I click to deploy, I saw:
Contract creation initialization returns data with length of more than 24576 bytes. The deployment will likely fails.
More info: eip-170


More info: eip-170:  https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md

My code contains about 100 000 chars but some of them are comments.
So understand I correctly that I need to reduce code to at least to 24 476 chars?

Or what can I do if I canīt delete more that 75% of code.
Thank you