Versions in this module Expand all Collapse all v0 v0.2.0 Dec 19, 2025 v0.1.0 Dec 18, 2025 Changes in this version + type ABIWrapper struct + func NewFromJSON(jsonStr string) (*ABIWrapper, error) + func (w *ABIWrapper) Decode(log types.Log) (*DecodedLog, error) + type DecodedLog struct + Inputs map[string]interface{} + Name string