Explaining its functionality by grouping lines of code — This is Part 2 of the Uniswap Smart Contract Breakdown. In Part 1, we covered: How Uniswap works at a high level How Uniswap code is organized Uniswap functionalities Core contracts: Pair (hard): managing the funds, minting, and burning In this article, we will cover the rest: Core contracts: Pair…