Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions batch_slot_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ def main():
print(f"⚠️ Skipping invalid row {row}: {e}", file=sys.stderr)
continue

# ensure ascending order for consistency
if block_a > block_b:
block_a, block_b = block_b, block_a


code = w3.eth.get_code(address)
if not code: print("⚠️ Target address has no contract code (likely EOA) — storage slot results may be misleading.")

Expand Down