Modulesยง
- sources ๐
Structsยง
- 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.
Functionsยง
- decode_
from_ ๐memory Decodes given [DynSolType] from memory. - 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]. - Given [Parameters] and [CallTraceStep], tries to decode parameters by using stack and memory.