Hi guys, I read that it's not recommended to use modifier for external call but the reason is not explained. Do you know why?
Hi guys, With UUPS contract the initialize function could take external visibility right? Or there is a reason to set it as public? function initialize() external initializer...