Constant MAX_INITCODE_SIZE
pub const MAX_INITCODE_SIZE: usize = _; // 49_152usize
Expand description
EIP-3860: Limit and meter initcode
Limit of maximum initcode size is 2 * MAX_CODE_SIZE
.
pub const MAX_INITCODE_SIZE: usize = _; // 49_152usize
EIP-3860: Limit and meter initcode
Limit of maximum initcode size is 2 * MAX_CODE_SIZE
.