Modules§
- sources 🔒
Structs§
- Artifact
Data - Contract
Sources - Container with artifacts data useful for identifying individual execution steps.
- Debug
Steps 🔒Walker - Walks through the [CallTraceStep]s attempting to match JUMPs to internal functions.
- Debug
Trace Identifier - Source
Data
Functions§
- decode_
from_ 🔒memory - Decodes given [DynSolType] from memory.
- parse_
function_ 🔒from_ loc - Tries to parse the function name from the source code and detect the contract name which contains the given function.
- parse_
types 🔒 - Parses function input and output types into [Parameters].
- try_
decode_ 🔒args_ from_ step - Given [Parameters] and [CallTraceStep], tries to decode parameters by using stack and memory.