DelegateProxy
Last updated
Was this helpful?
is ERCProxy, IsContract
Source: contracts/common/DelegateProxy.sol
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
Last updated
Was this helpful?
Was this helpful?
