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.