Solidity Version mismatch in Smart contract
Thanks for reading.
I tried to deploy the smart contract code in remix ethereum IDE but I stuck with some errors.
I tried to update the version of solidity and do I added construct function in the contract.
Although there isn’t any problem in compiling but the invalid opcode happened.
invalid opcode says that “The execution might have thrown OR the EVM version used by the selected environment is not compatible with the compiler EVM version.”
How can I fix this problem?
Here is the code :