Constant revm_interpreter::MAX_CODE_SIZE
source · pub const MAX_CODE_SIZE: usize = 0x6000; // 24_576usizeExpand description
EIP-170: Contract code size limit By default limit is 0x6000 (~25kb)
pub const MAX_CODE_SIZE: usize = 0x6000; // 24_576usizeEIP-170: Contract code size limit By default limit is 0x6000 (~25kb)