如何设置erc20令牌的上限?

时间:2019-02-28 17:53:44

标签: ethereum contract erc20 etherscan

我希望这个数字是10,000。

然后,我使用了10000 *(10 ** 18)。

enter image description here

结果将是10,000,000,000,000,000,000,000,000,000,000。

uint8 public decimals = 18;

uint256 public initialSupply = 10000 * (10 ** uint256(decimals));

如果是,我应该将其设置为10,000吗?

那不是在齐柏林飞艇上讲话的方式。

请帮助我。

0 个答案:

没有答案