Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2022 Changes in this version + type ABIDecoder struct + func NewABIDecoder() *ABIDecoder + func (d *ABIDecoder) ABI() abi.ABI + func (d *ABIDecoder) DecodeLogs(logs []*types.Log) ([]DecodedLog, error) + func (d *ABIDecoder) DecodeMethod(txData string) (MethodData, error) + func (d *ABIDecoder) SetABI(contractAbi string) + type DecodedLog struct + Address common.Address + Name string + Params []Param + type MethodData struct + Name string + Params []Param + type Param struct + Name string + Type string + Value string