Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 344 Bytes

preservation_complete.md

File metadata and controls

6 lines (5 loc) · 344 Bytes

As the previous level, delegate mentions, the use of delegatecall to call libraries can be risky. This is particularly true for contract libraries that have their own state. This example demonstrates why the library keyword should be used for building libraries, as it prevents the libraries from storing and accessing state variables.