Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 292 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 292 Bytes

Pack & unpack variables in one storage slot, using YUL

The owner of the contract can write address and timestamp to the same slot. And also read one of these values.

This is not a cheap solution, because I used exp and other computing. I did it in detail to make it clear how it works.