> ## Documentation Index
> Fetch the complete documentation index at: https://docs.debridge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DeBridgeTokenProxy

> DeBridgeTokenProxy contract details - functions.

This contract implements a proxy that gets the implementation address for each call from `DeBridgeTokenDeployer`. It's deployed by
`DeBridgeTokenDeployer`. Implementation is `DeBridgeToken`.

***

## Functions

### constructor

```solidity theme={null}
function constructor(
    address beacon,
    bytes data
) public
```
