interface SimulationStateDiffRaw {
    address: string;
    dirty: string;
    key: string;
    original: string;
}

Properties

address: string

Contract address

Example

"0x00000000219ab540356cbb839cbe05303d7705fa"
dirty: string

New value at storage slot

Example

"0x2103b2b3bed9441170c8483184139f999e1e3feef8d17840ac3082a394718f7e"
key: string

Storage slot key

Example

"0x0000000000000000000000000000000000000000000000000000000000000000"
original: string

Original value at storage slot

Example

"0x5e0221fc22d93c98e0c1ba43cad66f8ed0c423b355f548ecaecb8b9ac1e87000"