Versions in this module Expand all Collapse all v0 v0.3.9 Jul 20, 2023 v0.3.8 Jun 7, 2023 Changes in this version + type EventLog struct + Error string + Log *Log + func (v *EventLog) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventLog) UnmarshalJSON(data []byte) error + func (v EventLog) MarshalEasyJSON(w *jwriter.Writer) + func (v EventLog) MarshalJSON() ([]byte, error) + type Log struct + Address *bytes.Address + BlockHash *bytes.Hash + BlockNumber uint64 + Data []byte + Index uint + Removed bool + Topics []*bytes.Hash + TxHash *bytes.Hash + TxIndex uint + func (l *Log) Unmarshal(data []byte) error + func (v *Log) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Log) UnmarshalJSON(data []byte) error + func (v Log) MarshalEasyJSON(w *jwriter.Writer) + func (v Log) MarshalJSON() ([]byte, error)