Constant MAX_CODE_SIZE
pub const MAX_CODE_SIZE: usize = 0x6000; // 24_576usizeAvailable on crate feature
evm only.Expand description
EIP-170: Contract code size limit
By default the limit is 0x6000 (~25kb).
pub const MAX_CODE_SIZE: usize = 0x6000; // 24_576usizeevm only.EIP-170: Contract code size limit
By default the limit is 0x6000 (~25kb).