DelegateProxy
Last updated
Was this helpful?
Last updated
Was this helpful?
is ,
Source:
function``
delegatedFwd
(address _dst, bytes _calldata) internal
Performs a delegatecall and returns whatever the delegatecall returned (entire context execution will return!).
Parameters:
_dst
- Destination address to perform the delegatecall
_calldata
- Calldata for the delegatecall