About this document
Solidity Delegatecall Storage Exploit by duongtino123 is a document available to read on EtoBox.
The document describes a Solidity smart contract named Preservation, which includes public library contracts and a function to set the owner. It explains how the delegatecall mechanism can be exploited to change the timeZone1Library address and potentially alter the owner by manipulating storage slots. The note emphasizes that when a contract A uses delegatecall to contract B, any changes in B affect the storage of A.
- Author
- duongtino123
- Language
- EN