Skip to main content

Try it Live

Run EventLog examples in the interactive playground

    Chain Reorganizations

    Chain reorganizations occur when a different chain becomes canonical, invalidating blocks and their logs:

    Usage Patterns

    Filtering Active Logs

    Detecting Reorgs

    Comparing Log Sets

    Processing with Reorg Handling

    Reorg-Aware Database

    Transaction Receipt Processing

    Default Behavior

    Logs without removed field default to active (not removed):

    RPC Integration

    eth_getLogs and receipt endpoints include removed flag:

    See Also