// Pre-generated MegaLimitControl contract bytecode constants.
// DO NOT EDIT MANUALLY - updated automatically by build.rs from artifacts/
use alloy_primitives::{bytes, b256, Bytes, B256};
/// `MegaLimitControl` contract bytecode v1.0.0
pub const V1_0_0_CODE: Bytes = bytes!("608060405260043610610028575f3560e01c806302be4d841461005a57806354fd4d501461008c575b6040517f1894f07600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b348015610065575f5ffd5b5061006e6100d7565b60405167ffffffffffffffff90911681526020015b60405180910390f35b348015610097575f5ffd5b50604080518082018252600581527f312e302e3000000000000000000000000000000000000000000000000000000060208201529051610083919061010a565b5f6040517f1894f07600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b602081525f82518060208401528060208501604085015e5f6040828501015260407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8301168401019150509291505056fea164736f6c634300081e000a");
/// `MegaLimitControl` contract code hash v1.0.0
pub const V1_0_0_CODE_HASH: B256 = b256!("3927f2a4803c5e18153ff5742d0fa1acd9ad04538e4e6037cb4a9b28694ca87f");
/// Latest `MegaLimitControl` contract bytecode
pub const LATEST_CODE: Bytes = V1_0_0_CODE;
/// Latest `MegaLimitControl` contract code hash
pub const LATEST_CODE_HASH: B256 = V1_0_0_CODE_HASH;