# TrackerToken

## ITTTrackerTokenV2

### initialize

```solidity
function initialize(address ttuInstance_) external
```

*This contract should be deployed with `TTUDeployerLite`, which calls this function with the correct parameters.*

#### Parameters

| Name          | Type    | Description                                |
| ------------- | ------- | ------------------------------------------ |
| ttuInstance\_ | address | The address of the corresponding Unlocker. |
