# DelegateProxy

## contract DelegateProxy

is [ERCProxy](https://legacy-docs.aragon.org/developers/tools/aragonos/kernel/kernelproxy#proxytype), [IsContract](https://legacy-docs.aragon.org/developers/tools/aragonos/smart-contract-references/common/iscontract)

Source: [contracts/common/DelegateProxy.sol](https://github.com/aragon/aragonOS/blob/v4.4.0/contracts/common/DelegateProxy.sol)

## Index

* [delegatedFwd](#delegatedfwd)

## Reference

### Functions

#### **delegatedFwd** <a href="#delegatedfwd" id="delegatedfwd"></a>

` 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
