EIP-170: Contract Code Size Limit
Fleeting- External reference: https://eips.ethereum.org/EIPS/eip-170
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.