question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Function names again being reported incorrectly in Mythril reports

See original GitHub issue

Description

Looking at the latest master, when verifying fixes made in #469, I find the function names again as being reported as "function": "_function_0xa9059cbb" in Mythril’s output.

How to Reproduce

myth -xo json 0xfffeee1655f36233fd58fdda74720b4eb85fddec

Environment

  • Mythril version: be904f98ccdaec7f90fc6edbffa1d282721eab2e

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
shashank-srikantcommented, Aug 25, 2018

these are versions of modules which mythril depends on.

configparser==3.5.0
coverage==4.5.1
cryptography==1.2.3
cycler==0.10.0
cytoolz==0.9.0.1
eth-abi==1.1.1
eth-account==0.2.3
eth-hash==0.1.4
eth-keyfile==0.5.1
eth-keys==0.2.0b3
eth-rlp==0.1.2
eth-tester==0.1.0b28
eth-utils==1.0.3
ethereum==2.3.2
Jinja2==2.10
mock==2.0.0
mythril==0.18.11
persistent==4.2.4.2
plyvel==1.0.4
py-ecc==1.4.3
py-flags==1.1.2
py-solc==3.1.0
requests==2.19.1
rlp==1.0.1
transaction==2.2.1
ubuntu-drivers-common==0.0.0
z3-solver==4.5.1.0.post2
0reactions
shashank-srikantcommented, Aug 25, 2018

upgrading python3.5 to python3.6 seems to fix this

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Practical Guide to Smart Contract Security Tools - Mythril
Let's figure out what went wrong. A solution to this practical issue will help us understand how to run Mythril correctly. The Mythril...
Read more >
Mithril Guide application and events - Google Groups
bind() calls execute, leading to new functions always being generated? I'm kind of curious how that works. The first render fires, and a...
Read more >
Vetting Smart Contract State-Inconsistency Bugs in Seconds
Abstract—This paper presents SAILFISH, a scalable system for automatically finding state-inconsistency bugs in smart contracts.
Read more >
Let's Make PHP's Function Names Consistent! : r/PHP - Reddit
I'm not suggesting PHP is resting on its laurrels, im suggesting you are ignoring the big picture. 1.) Drastic language changes do more...
Read more >
Can't execute Mythril on smart contract - Stack Overflow
pip3 uninstall mythril pip3 install mythril ... line 1, in <module> from mythril.analysis.report import Issue File ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found