This will be a very technical lesson with more smart contract functionality than we’ve covered so far, so make sure you’ve gone through the local forking and smart contract arbitrage lessons (simple contract and interfaces).
Flash Borrows at the Contract Level
I want you to open and review the code for the UniswapV2Pair contract HERE, particularly the swa…