Solidity

源文件需要不同的編譯器版本(夜間建構問題)-solidity

  • May 6, 2018
SyntaxError: Source file requires different compiler version (current compiler is 0.4.19+commit.c4cbbb05.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
pragma solidity 0.4.15;
^---------------------^

也許您正在使用一些不適用於更高版本的功能。嘗試設置程序可靠性 ^0.4.15; 如果問題仍然存在,請在此處粘貼您的契約。

如果您在 Remix 環境中,只需轉到設置並更改編譯器版本。

混音設置

引用自:https://ethereum.stackexchange.com/questions/42837