I think @Larrrry is asking about functions in general, not only the constructor.
address(this)
will be the proxy address. msg.sender
will be the EOA.
I think @Larrrry is asking about functions in general, not only the constructor.
address(this)
will be the proxy address. msg.sender
will be the EOA.