I was recently looking for a working solution to parsing Smart Contracts in the EVM chains. I couldn’t find a simple to follow, working solution based on Go. This post aims to fill that gap. In this post, we’d parse Polygon bridge transactions. Let’s look at this particular transaction. This txn belonging to block 31740481 in Polygon L2 chain is interacting with a smart contract here. Get a Polygon Endpoint The first thing we want to do is to grab a JSON-RPC endpoint to Polygon. I got o...