I'm creating a token which when sold on a liquidity pool, takes fees and burns a certain amount.
Given that I have a recipient address, how would I check whether it is a liquidity pool?
I think I may be able to use this: https://docs.uniswap.org/protocol/V2/reference/smart-contracts/pair-erc-20 however I'm not sure which function would work or if there's another way.
