> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# TransactionLog

Event log emitted during a transaction

## Fields

<ResponseField name="data" type="string">
  ABI-encoded log data
</ResponseField>

<ResponseField name="emitter_address" type="string">
  Address of the contract that emitted the log
</ResponseField>

<ResponseField name="log_offset" type="int">
  Position of the log within the transaction
</ResponseField>

<ResponseField name="topics" type="array<string>">
  Indexed event parameters (topic\[0] is the event signature hash)
</ResponseField>
