# Functions
GeneratePairAddress generates a pair address for the given tokens.
GetPathPairs takes in the given token path and returns the corresponding pairs.
NewClient returns a new instance of uniswap client.
Quote gets the exchange quote for a given amount of tokens and the respective pairs reserves.
# Variables
FactoryAddress points to the uniswap factory.
Router02Address points to the uniswap v2 02 router.