Author

Topic: RemixETH solidity - Contract creation initialization returns data with length... (Read 55 times)

jr. member
Activity: 50
Merit: 20
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
Jump to: