Hello,
I'm considering using the UUPSUpgradeable contract, but I have some uncertainties regarding its initialization process.
- Is it always necessary to initialize a UUPSUpgradeable contract when deploying it?
- Are there cases where the initialization step can be skipped?
- What would be the consequences of not initializing the contract if it's required?
Thanks in advance!