SymbolicTreeRepresentation

Documentation for eth_defi.trace.SymbolicTreeRepresentation Python class.

class SymbolicTreeRepresentation[source]

A EVM trace tree that can resolve contract names and functions.

Lifted from eth_trace.display module.

See print_symbolic_trace() for more information.

Attributes summary

FILE_LAST_PREFIX

FILE_MIDDLE_PREFIX

PARENT_PREFIX_LAST

PARENT_PREFIX_MIDDLE

depth

title

Methods summary

__init__(contract_registry, call[, parent, ...])

get_tree_display(contract_registry, call)

make_tree(contract_registry, root[, parent, ...])

__init__(contract_registry, call, parent=None, is_last=False)[source]
Parameters