You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like the --event-signature flag, cryo would be able to take a --function-signature "transfer(address)" flag to filter transactions with certain function signature, and furthermore parse their calldata according to given parameter types. It may take optional argument ex. --raw-function-signature "0x1a695230" for filtering only.
The text was updated successfully, but these errors were encountered:
Just like the
--event-signature
flag, cryo would be able to take a--function-signature "transfer(address)"
flag to filter transactions with certain function signature, and furthermore parse their calldata according to given parameter types. It may take optional argument ex.--raw-function-signature "0x1a695230"
for filtering only.The text was updated successfully, but these errors were encountered: