* add a comment on detailed erc20 token #953
This commit is contained in:
committed by
Matt Condon
parent
9d6ffae8cb
commit
512e8218ca
@ -3,6 +3,12 @@ pragma solidity ^0.4.23;
|
||||
import "./ERC20.sol";
|
||||
|
||||
|
||||
/**
|
||||
* @title DetailedERC20 token
|
||||
* @dev The decimals are only for visualization purposes.
|
||||
* All the operations are done using the smallest and indivisible token unit,
|
||||
* just as on Ethereum all the operations are done in wei.
|
||||
*/
|
||||
contract DetailedERC20 is ERC20 {
|
||||
string public name;
|
||||
string public symbol;
|
||||
|
||||
Reference in New Issue
Block a user