enzymefinance / oyente

An Analysis Tool for Smart Contracts
GNU General Public License v3.0
1.32k stars 309 forks source link

Solidity 0.6.x #412

Open eerkaijun opened 3 years ago

eerkaijun commented 3 years ago

Hi, just wondering if there is any plan to support solidity 0.6.x? I received a compilation fail as the solidity compiler seems to remain at 0.4.19

WARNING:root:You are using evm version 1.8.2. The supported version is 1.7.3
WARNING:root:You are using solc version 0.4.21, The latest supported version is 0.4.19
CRITICAL:root:TicketsFactory.sol:14:14: Error: Expected identifier, got 'LParen'
  constructor() ERC721("NFT Tickets", "TIX") public {
             ^