Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 487 Bytes

OceanToken.md

File metadata and controls

26 lines (20 loc) · 487 Bytes

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