Ownable set to 0 address

Hi @RRomjon,

Welcome to the community :wave:

To use OpenZeppelin Contracts with upgrades with multiple inheritance we can call the __{ContractName}_init_unchained functions. See documentation: https://docs.openzeppelin.com/contracts/4.x/upgradeable

See the example in this forum post: