Demonstration to show how delegatecall work and how we can implement upgradable smart contract architecture
-
Updated
Sep 1, 2019 - JavaScript
8000
Demonstration to show how delegatecall work and how we can implement upgradable smart contract architecture
Simple test to try and understand the DelegateCall and its vulnerability
This solidity project shows how can invoke functions in deployed smart contract with the function hash.
This repo contains the implementation of an upgradable contract using a Proxy contract and the different versions of its implementation contracts using delegatecall()
Add a description, image, and links to the delegatecall topic page so that developers can more easily learn about it.
To associate your repository with the delegatecall topic, visit your repo's landing page and select "manage topics."