Skip to content

Instantly share code, notes, and snippets.

@sslivkoff
sslivkoff / cryo_command_chaining.sh
Last active November 26, 2023 04:42
this script collect can be used to collect all events, transactions, call traces, and state diffs associated with Uniswap swaps
# for uniswap v3 swaps, this script will collect all associated...
# - events
# - transactions
# - call traces
# - state diffs
# you can modify the block range and add other args to fit your use case
# note that this script uses cryo command chaining, which allows the output of one command to be used as the input to another