## Run initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#initialization-checks)[0m
[93mInitializable contract not found, the contract does not follow a standard initalization schema.[0m
[92m
## Run variable initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks)[0m
[92mNo error found[0m
[92m
## Run variables ordering checks between ContractV1 and ContractV2... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#variables-order-checks)[0m
[93mVariable only in ContractV1: destination (tests/check-upgradeability/contractV1.sol#2)[0m
[92m
## Run variable constants conformance check... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks)[0m
[91mContractV1.destination (tests/check-upgradeability/contractV1.sol#2) was not constant but ContractV2.destination is (tests/check-upgradeability/contract_v2_constant.sol#2)[0m
## Run initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#initialization-checks)[0m
[91mContract_lack_to_call_modifier.initialize() does not call the initializer modifier[0m
[92mNo missing call to an init function found[0m
[92mNo double call to init functions found[0m
[92mCheck the deployement script to ensure that these functions are called:
Contract_lack_to_call_modifier needs to be initialized by initialize()
[0m
[92mNo error found[0m
[92m
## Run variable initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks)[0m
[92mNo error found[0m
[92m
## Run function ids checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#functions-ids-checks)[0m
[92mNo error found[0m
[92m
## Run variables ordering checks between Contract_lack_to_call_modifier and Proxy... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#variables-order-checks)[0m
## Run initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#initialization-checks)[0m
[92mAll the init functions have the initializer modifier[0m
[91mMissing call to Contract_no_bug.initialize() in Contract_not_called_super_init.initialize()[0m
[92mNo double call to init functions found[0m
[92mCheck the deployement script to ensure that these functions are called:
Contract_not_called_super_init needs to be initialized by initialize()
[0m
[92mNo error found[0m
[92m
## Run variable initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks)[0m
[92mNo error found[0m
[92m
## Run function ids checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#functions-ids-checks)[0m
[92mNo error found[0m
[92m
## Run variables ordering checks between Contract_not_called_super_init and Proxy... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#variables-order-checks)[0m
## Run initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#initialization-checks)[0m
[92mAll the init functions have the initializer modifier[0m
[92mNo missing call to an init function found[0m
[92mNo double call to init functions found[0m
[92mCheck the deployement script to ensure that these functions are called:
Contract_no_bug_inherits needs to be initialized by initialize()
[0m
[92mNo error found[0m
[92m
## Run variable initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks)[0m
[92mNo error found[0m
[92m
## Run function ids checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#functions-ids-checks)[0m
[92mNo error found[0m
[92m
## Run variables ordering checks between Contract_no_bug_inherits and Proxy... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#variables-order-checks)[0m
## Run initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#initialization-checks)[0m
[92mAll the init functions have the initializer modifier[0m
[92mNo missing call to an init function found[0m
[91mContract_no_bug.initialize() is called multiple times in initialize()[0m
[92mCheck the deployement script to ensure that these functions are called:
Contract_double_call needs to be initialized by initialize()
[0m
[92mNo error found[0m
[92m
## Run variable initialization checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks)[0m
[92mNo error found[0m
[92m
## Run function ids checks... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#functions-ids-checks)[0m
[92mNo error found[0m
[92m
## Run variables ordering checks between Contract_double_call and Proxy... (see https://github.com/crytic/slither/wiki/Upgradeability-Checks#variables-order-checks)[0m