AdrianGeorgeM / Standard-Proxy-Storage-Slots

EIP 1967: Proxy Storage Slots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evolution of Proxies

This Proxy should only be used for learning purposes!

One thing that it does not do is return the return value in the fallback function.

This can only be done by dropping down into assembly code, as shown by the OpenZeppelin proxy logic here.

In general, you should try to stick to using proxies that are audited and battle tested!

About

EIP 1967: Proxy Storage Slots.


Languages

Language:TypeScript 52.8%Language:Solidity 47.2%