Functionsยง
- extract_
address_ from_ topic - Extracts an address from a specific topic in a log entry
- extract_
block_ number - Extracts the block number from a log entry
- extract_
event_ signature - Extracts the event signature from a log entry and returns it as a hex string
- extract_
event_ signature_ bytes - Extracts the event signature from a log entry and returns it as raw bytes
- extract_
log_ index - Extracts the log index from a log entry
- extract_
transaction_ hash - Extracts the transaction hash from a log entry
- extract_
transaction_ index - Extracts the transaction index from a log entry
- validate_
event_ signature_ hash - Validates that a log entry corresponds to the expected event by comparing its topic0 with the provided event signature hash.