# AthToken

## - constructor

```
@param _user {address} : the address of user who will get the ATH token
```

## - fallabck

```
@notice : trasfer balance to the owner address 
```

## - getBalance

```
@notice : return balance of ATH token contract
@return : the amount of token
```
