is ERCProxy, IsContract
Source: contracts/common/DelegateProxy.solarrow-up-right
delegatedFwd
function`` delegatedFwd(address _dst, bytes _calldata) internal
function``
(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
_dst
_calldata - Calldata for the delegatecall
_calldata
Last updated 2 years ago
Was this helpful?