We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6370a9a commit 757641eCopy full SHA for 757641e
contracts/common_tools/Whitelist.sol
@@ -1,5 +1,5 @@
1
// SPDX-License-Identifier: MIT
2
-pragma solidity ^0.8.0;
+pragma solidity >=0.4.25 <=0.6.10;
3
4
/**
5
* @title Whitelist
0 commit comments