> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/developers/tools/aragonos/smart-contract-references/common/delegateproxy.md).

# DelegateProxy

## contract DelegateProxy

is [ERCProxy](/developers/tools/aragonos/smart-contract-references/kernel/kernelproxy.md#proxytype), [IsContract](/developers/tools/aragonos/smart-contract-references/common/iscontract.md)

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
