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.
- Host: GitHub
- URL: https://github.com/adriangeorgem/standard-proxy-storage-slots
- Owner: AdrianGeorgeM
- Created: 2023-03-06T19:46:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T15:52:30.000Z (over 3 years ago)
- Last Synced: 2025-06-10T03:39:16.128Z (about 1 year ago)
- Topics: eip1967, fallback-function, function-clashes, openzeppelin-solidity, unstructured-storage-proxies
- Language: TypeScript
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!