Project Background The contracts implement upgradeable proxy patterns with administrative control for smart contract systems. This allows changing the logic (implementation) of a deployed contract while preserving the same storage and address. The solution ensures modularity, maintainability, and secure admin-controlled…