oyente icon indicating copy to clipboard operation
oyente copied to clipboard

when i defining the construtors with constructor(), the script run fail!

Open water4168 opened this issue 6 years ago • 1 comments

image

water4168 avatar Jul 18 '18 06:07 water4168

The constructor keyword was introduced in solc 0.4.22 and you are using 0.4.21 as per your screenshot.

Take into account that, as the warning says, oyente is expects evm code generated by solc 0.4.19, so you may run into further issues even if you update solc.

fmgoncalves avatar Jul 27 '18 13:07 fmgoncalves