oyente
oyente copied to clipboard
when i defining the construtors with constructor(), the script run fail!
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.