I want to deploy UniswapV2Factory on a local network and I found that it needs an address:
constructor(address _feeToSetter) public {
feeToSetter = _feeToSetter;
}
Then I searched this address on Etherscan but found no source code. does anyone know how to resolve it?