Answers for "ParserError: Source file requires different compiler version (current compiler is 0.5.17+commit.d19bba13.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version"

17

Source file requires different compiler version (current compiler is 0.8.4+commit.c7e474f2.Emscripten.clang) - note that nightly builds are considered to be strictly less than the released version

/*Change your compiler version also add SPDX-license*/


// SPDX-License-Identifier: MIT
pragma solidity >=0.4.22 <0.9.0;
Posted by: Guest on August-22-2021

Code answers related to "ParserError: Source file requires different compiler version (current compiler is 0.5.17+commit.d19bba13.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version"

Code answers related to "Javascript"

Browse Popular Code Answers by Language