Constant MAX_CODE_SIZE
pub const MAX_CODE_SIZE: usize = 0x8000; // 32_768usizeAvailable on crate feature
evm only.Expand description
EIP-7954: Maximum contract code size: 32,768 bytes (0x8000).
pub const MAX_CODE_SIZE: usize = 0x8000; // 32_768usizeevm only.EIP-7954: Maximum contract code size: 32,768 bytes (0x8000).