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
ERROR:root:Error in contracts/0xb07ec2c28834b889b1ce527ca0f19364cd38935c_CardStackToken.sol
ERROR:root:Traceback (most recent call last):
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/__main__.py", line 226, in main_impl
(results, number_contracts) = process(filename, args, detector_classes, printer_classes)
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/__main__.py", line 35, in process
slither = Slither(filename, args.solc, args.disable_solc_warnings, args.solc_args, ast)
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/slither.py", line 41, in __init__
self._analyze_contracts()
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/solc_parsing/slitherSolc.py", line 191, in _analyze_contracts
self._convert_to_slithir()
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/solc_parsing/slitherSolc.py", line 317, in _convert_to_slithir
func.convert_expression_to_slithir()
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/solc_parsing/declarations/function.py", line 838, in convert_expression_to_slithir
node.slithir_generation()
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/core/cfg/node.py", line 362, in slithir_generation
self._irs = convert_expression(expression, self)
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/slithir/convert.py", line 682, in convert_expression
result = apply_ir_heuristics(result, node)
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/slithir/convert.py", line 540, in apply_ir_heuristics
irs = propage_type_and_convert_call(irs, node)
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/slithir/convert.py", line 156, in propage_type_and_convert_call
new_ins = propagate_types(ins, node)
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/slithir/convert.py", line 421, in propagate_types
return convert_type_of_high_level_call(ir, contract)
File "/home/gustavo/.local/lib/python3.6/site-packages/slither_analyzer-0.3.1-py3.6.egg/slither/slithir/convert.py", line 372, in convert_type_of_high_level_call
tmp = tmp.type_to
AttributeError: 'ArrayType' object has no attribute 'type_to'
The text was updated successfully, but these errors were encountered:
Slither crashes when analyzing this contract:
The text was updated successfully, but these errors were encountered: