@oceanprotocol/keeper-contracts
Version:
Integration of SEAs, DID and OceanToken in Solidity
27 lines (20 loc) • 487 B
Markdown
# contract: OceanToken
Documentation:
```
Ocean Protocol ERC20 Token Contract
Ocean Protocol Team
* Implementation of the Ocean Token.
Ocean Token is ERC20 token
```
## Functions
### public initialize
Documentation:
```
OceanToken Initializer
Runs only on initial contract creation.
_owner refers to the owner of the contract
_initialMinter is the first token minter added
```
Parameters:
* address _owner
* address _initialMinter