Can initialize() be called again after the deployment of the proxy (upgradeable contract), e.g. ERC721Upgradeable()?
if you restrict initialize() with initializer modifier, it is impossible to call that.
but maybe you can use reinitializer modifier.
Upgraded version support that.
1 Like