## Run initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#initialization-checks) Contract_lack_to_call_modifier.initialize() does not call the initializer modifier No missing call to an init function found No double call to init functions found Check the deployement script to ensure that these functions are called: Contract_lack_to_call_modifier needs to be initialized by initialize()  No error found  ## Run variable initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks) No error found  ## Run function ids checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#functions-ids-checks) No error found  ## Run variables ordering checks between Contract_lack_to_call_modifier and Proxy... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#variables-order-checks) No error found