interface SimulationLog {
    address: string;
    data: string;
    name: string;
    topics: string[];
}

Properties

Properties

address: string

Contract address that emitted the log

Example

"0x00000000219ab540356cbb839cbe05303d7705fa"
data: string

Raw log data

Example

"0x00000000000000000000000000000000000000000000000000000000000000a0..."
name: string

Event name (if decoded)

Example

""
topics: string[]

Event topic hashes

Example

["0x649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c5"]