
# contract: OceanToken

Documentation:
```
@title Ocean Protocol ERC20 Token Contract
@author Ocean Protocol Team
 * @dev Implementation of the Ocean Token.
     Ocean Token is ERC20 token
```

## Functions

### public initialize

Documentation:

```
@dev OceanToken Initializer
     Runs only on initial contract creation.
@param _owner refers to the owner of the contract
@param _initialMinter is the first token minter added
```
Parameters:
* address _owner
* address _initialMinter
