This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |