An open API service indexing awesome lists of open source software.

https://github.com/adriangeorgem/standard-proxy-storage-slots

EIP 1967: Proxy Storage Slots.
https://github.com/adriangeorgem/standard-proxy-storage-slots

eip1967 fallback-function function-clashes openzeppelin-solidity unstructured-storage-proxies

Last synced: about 1 year ago
JSON representation

EIP 1967: Proxy Storage Slots.

Awesome Lists containing this project

README

          

# 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!