txanalyzer

package
v0.0.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SplitEventArguments

func SplitEventArguments(args abi.Arguments) (abi.Arguments, abi.Arguments)

Types

type AddressDatabase

type AddressDatabase interface {
	GetName(addr string) string
}

type TxAnalyzer

type TxAnalyzer struct {
	Network string
	// contains filtered or unexported fields
}

func EthAnalyzer added in v0.0.18

func EthAnalyzer(network string) (*TxAnalyzer, error)

func NewAnalyzer

func NewAnalyzer() *TxAnalyzer

func NewGenericAnalyzer added in v0.0.9

func NewGenericAnalyzer(r *reader.EthReader) *TxAnalyzer

func NewRopstenAnalyzer

func NewRopstenAnalyzer() *TxAnalyzer

func NewTomoAnalyzer

func NewTomoAnalyzer() *TxAnalyzer

func (*TxAnalyzer) AnalyzeLog

func (self *TxAnalyzer) AnalyzeLog(customABIs map[string]*abi.ABI, l *types.Log, network string) (LogResult, error)

func (*TxAnalyzer) AnalyzeMethodCall

func (self *TxAnalyzer) AnalyzeMethodCall(a *abi.ABI, data []byte, customABIs map[string]*abi.ABI) (method string, params []ParamResult, gnosisResult *GnosisResult, err error)

func (*TxAnalyzer) AnalyzeOffline

func (self *TxAnalyzer) AnalyzeOffline(txinfo *ethutils.TxInfo, a *abi.ABI, customABIs map[string]*abi.ABI, isContract bool, network string) *TxResult

func (*TxAnalyzer) ParamAsJarvisValues added in v0.0.18

func (self *TxAnalyzer) ParamAsJarvisValues(t abi.Type, value interface{}) []Value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL