# Upgrade smart contracts 3 **Published by:** [Hicss](https://paragraph.com/@freesuton/) **Published on:** 2022-01-22 **URL:** https://paragraph.com/@freesuton/upgrade-smart-contracts-3 ## Content We can use Proxy contract to update contracts.For some advanced use cases like this one, we cannot use solidity directly so we are going to use assembly to forward our call to the implementation. I will explain all the detail in the comment. ## Publication Information - [Hicss](https://paragraph.com/@freesuton/): Publication homepage - [All Posts](https://paragraph.com/@freesuton/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@freesuton): Subscribe to updates - [Twitter](https://twitter.com/freesuton): Follow on Twitter