My experiment however is the storage can be accessed from any implementation but the functions dont follow ... unless i can call the proxy itself to call the function that might be on a separate implementation and this way i dont have to re write them on every implementation
Nov 11, 2023, 7:44 AM
user -> proxy -> delegatecall -> impA
impA -> proxy -> delegatecall -> impB
impA -> proxy -> delegatecall -> impB
^ The madness visualized
Nov 11, 2023, 7:48 AM
sheesh a proxy calling itself to call to another implimentation yeah?
Nov 11, 2023, 7:49 AM
Yup its hardcore
Nov 11, 2023, 7:49 AM