Delegation | Ethernaut Level 6 Walk-Through
We are given the following Solidity file that contains two contracts Delegate and Delegation. Get your new instance and open your console. According to the Solidity docs, delegatecall is similar to a call except it passes the original msg.sender and msg.value, rather than the contract making the call: There exists a special variant of a […]
Delegation | Ethernaut Level 6 Walk-Through Read More »