Skip to content

Instantly share code, notes, and snippets.

View jochenonline's full-sized avatar

Jochen Brüggemann jochenonline

View GitHub Profile
#!/bin/bash
# Fetching revert reason -- https://ethereum.stackexchange.com/questions/48383/how-to-receive-revert-reason-for-past-transactions
if [ -z "$1" ]
then
echo "Usage: revert-reason <TX_HASH>"
exit
fi