Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Token.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract Token is TRC20, TRC20Detailed {
/**
* @dev Constructor that gives msg.sender all of existing tokens.
*/
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) {

_mint(msg.sender, 12000000000 * (10 ** uint256(اعشار())));
}
}