Documentation ¶
Index ¶
- Variables
- func AnalyzeCalls(trace *Traces)
- func ParseHex(s string) (uint256.Int, error)
- func ShowHex(data, prevData []byte, table *tview.Table)
- type TraceLine
- func (t *TraceLine) CallStack() []*callInfo
- func (t *TraceLine) Depth() int
- func (t *TraceLine) Equals(other *TraceLine) bool
- func (t *TraceLine) Get(title string) string
- func (t *TraceLine) Memory() []byte
- func (t *TraceLine) Op() byte
- func (t *TraceLine) Source() string
- func (t *TraceLine) Stack() []uint256.Int
- func (t *TraceLine) Step() uint64
- type Traces
Constants ¶
This section is empty.
Variables ¶
View Source
var ChunkSize = uint64(31)
Global variable chunk size
Functions ¶
func AnalyzeCalls ¶
func AnalyzeCalls(trace *Traces)
AnalyzeCalls scans through the ops, and assigns context-addresses to the lines.
Types ¶
Click to show internal directories.
Click to hide internal directories.