Demystifying Delegatecall in Solidity: Unlocking Advanced Contract Interactions
What is DelegateCall?
When One Contract Calls the Function of Other Contract the process is known as delegateCalls
so let's dive in its
super super easy !!!
Let's break down the code and explain what each part does:
(bool s, ) = b.call(abi.encode...
0xnishchit.hashnode.dev2 min read