[Tools] Ethereum debugging helper and Solidity boilerplate
Debugging solidity smart contracts is a pain and takes a lot of time. I made a small user script which decodes the calldata to function names from the Etherscan trace for Kovan testnet. It comes handy when you need to debug some transactions real quick. You’ll get to know which function was the culprit, and …
[Tools] Ethereum debugging helper and Solidity boilerplate Read More »