Making Arbitrary Calls from the Browser I recently found myself with the need to call a single read function from a contract deployed on the Polygon network, but was unable to do so through polygonscan (the L2 version of etherscan) because it was a proxy. Fortunately, Remix and MetaMask make it easy to call the function…