DelegateProxy

contract DelegateProxy

is ERCProxy, IsContract

Source: contracts/common/DelegateProxy.sol

Index

Reference

Functions

delegatedFwd

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