Question about minimal proxy contracts and EIP1167

I’m still trying to understand how this proxy pattern is more minimal than say, the Uniswap factory pattern for creating pairs.

Let’s say I have a Pair contract implementation and I want to create multiple clones of Pair using the EIP 1167 minimal proxy pattern. Does each clone get its own deployed Pair contract?

Hi, welcome! :wave:

Sorry, I am not sure what you mean. So is your question about EIP1167 minimal proxy orUniswap Factory?

Yeah, each one has its own pair contract, the same contract code, but has different contract address.

That explains it, thanks.

1 Like