Skip to content

Update Token.sol - #105

Open
dariush9 wants to merge 1 commit into
TRON-Developer-Hub:mainfrom
dariush9:dariush9-patch-1
Open

Update Token.sol#105
dariush9 wants to merge 1 commit into
TRON-Developer-Hub:mainfrom
dariush9:dariush9-patch-1

Conversation

@dariush9

Copy link
Copy Markdown

No description provided.

Comment thread Token.sol
*/
constructor () public TRC20Detailed("YourTokenName", "YTN", 18) {
_mint(msg.sender, 10000000000 * (10 ** uint256(decimals())));
constructor () public TRC20Detailed("World Islam Coin", "WIC", 18) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
constructor () public TRC20Detailed("World Islam Coin", "WIC", 18) {
constructor () public TRC20Detailed("World Islam Coin", "WIC", 18) {

@qxp168 qxp168 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

constructor () public TRC20Detailed("World Islam Coin", "WIC", 18) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants