SystemContract.sol could have some minor refactor introducing a modifier as follow to aliviate and make the code cleaner, and use it on all the external functions and the contructor as they are all gated with the same condition below.
https://github.com/code-423n4/2023-11-zetachain/blob/main/repos/protocol-contracts/contracts/zevm/SystemContract.sol#L51
