Constant MAX_CODE_SIZE
pub const MAX_CODE_SIZE: usize = 0x6000; // 24_576usize
Expand description
EIP-170: Contract code size limit
By default the limit is 0x6000
(~25kb)
pub const MAX_CODE_SIZE: usize = 0x6000; // 24_576usize
EIP-170: Contract code size limit
By default the limit is 0x6000
(~25kb)