You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/gustavkasche/.pyenv/versions/3.8.13/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/gustavkasche/.pyenv/versions/3.8.13/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/gustavkasche/Desktop/THESIS/InvConPlus-Tool/invconplus/main.py", line 131, in<module>
main(args.address, args.configuration, args.maxCount, args.minSupport, args.offset)
File "/Users/gustavkasche/Desktop/THESIS/InvConPlus-Tool/invconplus/main.py", line 15, in main
txreplayer = TransactionReplayer(contract_address=address, maxCount=maxCount, offset= offset)
File "/Users/gustavkasche/Desktop/THESIS/InvConPlus-Tool/invconplus/model/Replayer.py", line 21, in __init__
self.myreader = Reader(contract_address=contract_address, maxCount=maxCount, offset=offset)
File "/Users/gustavkasche/Desktop/THESIS/InvConPlus-Tool/invconplus/model/Reader.py", line 17, in __init__
self.contractName, self.storageLayout, self.abi, self.constants, self.transactions = bdProvider.read()
File "/Users/gustavkasche/Desktop/THESIS/InvConPlus-Tool/invconplus/plugin/BlockchainDataProvider.py", line 113, inreadreturn self._read(export_file=export_file)
File "/Users/gustavkasche/Desktop/THESIS/InvConPlus-Tool/invconplus/plugin/BlockchainDataProvider.py", line 75, in _read
contractName, storageLayout, abi, constants = scProvider.read()
File "/Users/gustavkasche/Desktop/THESIS/InvConPlus-Tool/invconplus/plugin/SourcecodeProvider.py", line 23, inreadreturn mainContract, storageLayout, abi, self.extractConstants()
File "/Users/gustavkasche/Desktop/THESIS/InvConPlus-Tool/invconplus/plugin/SourcecodeProvider.py", line 62, in extractConstants
returnmyContract.extractConstants()
File "/Users/gustavkasche/Desktop/THESIS/InvConPlus-Tool/invconplus/abstractType/AbstractType.py", line 99, in extractConstants
value = int(var.expression.value, 16) if var.expression.value.startswith("0x") else int(var.expression.value)
ValueError: invalid literal forint() with base 10: '5000e18'
The text was updated successfully, but these errors were encountered:
System
Requirements.txt
Commands
Output including stacktrace
The text was updated successfully, but these errors were encountered: