Skip to content

Log

struct Log {
/// The topics of the log, including the signature, if any.
bytes32[] topics;
/// The raw data of the log.
bytes data;
/// The address of the log's emitter.
address emitter;
}

An Ethereum log. Returned by getRecordedLogs.