# Functions
DecodeEthereumLog decodes an Ethereum event log using the provided ABI data.
DecodeEthereumLogWithContract decodes an Ethereum event log using the provided contract's ABI.
GetEthereumTopicByName searches for and returns a Topic by its name from a slice of Topic instances.
# Structs
EthereumLog encapsulates a decoded Ethereum event log.
EthereumTopic represents a single decoded topic from an Ethereum event log.