Proxy contract: what is msg.sender and address(this) in logic contract?

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.

1 Like