Security analysis tool for EVM bytecode. Supports smart contracts built for Ethereum, Hedera, Quorum, Vechain, Rootstock, Tron and other EVM-compatible blockchains.
Tested under Ubuntu 16.04 with mythril docker with --max-depth 60 and --max-depth 120 aswell as no detection timeout
docker run -v "$(pwd)":/tmp mythril/myth analyze /tmp/eth_tx_order_dependence_minimal.sol --max-depth 120
The analysis was completed successfully. No issues were detected.
Hey @FranzHuebner thanks for the report. Currently we are not supporting transaction order dependence. We will support it soon. It's currently being tracked in #860 .
Description
Mythril detection capabilities state in https://github.com/ConsenSys/mythril/wiki/Mythril-Detection-Capabilities that it schould find Front Running in a smart contract. That case is not given for the specific contract. Given is the contract from the swc-registry ported to 0.5
How to Reproduce
Expected behavior
mark possible Front Running in line 17
Environment
Tested under Ubuntu 16.04 with mythril docker with --max-depth 60 and --max-depth 120 aswell as no detection timeout