DelegateCall in Solidity — With Examples
Apr 7, 2023 · 6 min read · DelegateCall Solidity DelegateCall is a unique feature in Solidity, which allows contract A to execute code in contract B with contract A storage, and the preserving the msg (msg.sender, msg.value, etc..). Today, we will discuss how DelegateCall work...
Join discussion