Delegate Calls

What is a delegate call

I think the best way to understand delegate calls is by first using the same thing, but in javascript.















More live coding!!!

If you forget, here is the function name.

(bool request, bytes _) = ContractA.delegatecall(
    abi.encodeWithSignature("getA() public view returns (uint256)")
);














Questions?















Improve drawing