Upgrading Smart Contracts and selfdestruct

Hi @codingbibi,

Yes. We interact with an upgradeable contract using the address of the proxy, whilst we can deploy new implementation contracts that the proxy points to.

I suggest trying it out:

1 Like