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
Latest slighter when trying to compile 0xbCDa9E0658f4eECF56A0bd099e6DBc0C91f6A8c2
File "/home/ethsec/.local/lib/python3.6/site-packages/slither/slither.py", line 76, in init
crytic_compile = CryticCompile(target, **kwargs)
File "/home/ethsec/.local/lib/python3.6/site-packages/crytic_compile/crytic_compile.py", line 137, in init
self._compile(**kwargs)
File "/home/ethsec/.local/lib/python3.6/site-packages/crytic_compile/crytic_compile.py", line 987, in _compile
self._platform.compile(self, **kwargs)
File "/home/ethsec/.local/lib/python3.6/site-packages/crytic_compile/platform/etherscan.py", line 263, in compile
crytic_compile.abis[contract_name] = json.loads(info["abi"])
File "/usr/lib/python3.6/json/init.py", line 348, in loads
'not {!r}'.format(s.class.name))
TypeError: the JSON object must be str, bytes or bytearray, not 'list'
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. I think the issue is the missing support for solc 0.8.0 in etherscan. We are working on it (crytic/crytic-compile#146), and it should be available soon.
Latest slighter when trying to compile 0xbCDa9E0658f4eECF56A0bd099e6DBc0C91f6A8c2
File "/home/ethsec/.local/lib/python3.6/site-packages/slither/slither.py", line 76, in init
crytic_compile = CryticCompile(target, **kwargs)
File "/home/ethsec/.local/lib/python3.6/site-packages/crytic_compile/crytic_compile.py", line 137, in init
self._compile(**kwargs)
File "/home/ethsec/.local/lib/python3.6/site-packages/crytic_compile/crytic_compile.py", line 987, in _compile
self._platform.compile(self, **kwargs)
File "/home/ethsec/.local/lib/python3.6/site-packages/crytic_compile/platform/etherscan.py", line 263, in compile
crytic_compile.abis[contract_name] = json.loads(info["abi"])
File "/usr/lib/python3.6/json/init.py", line 348, in loads
'not {!r}'.format(s.class.name))
TypeError: the JSON object must be str, bytes or bytearray, not 'list'
The text was updated successfully, but these errors were encountered: