Konubinix' opinionated web of thoughts

EIP-170: Contract Code Size Limit

Fleeting

ethereum

If block.number >= FORK_BLKNUM, then if contract creation initialization returns data with length of more than MAX_CODE_SIZE bytes, contract creation fails with an out of gas error.

https://eips.ethereum.org/EIPS/eip-170

Notes linking here