update
This commit is contained in:
4
contracts/external/ERC20/CustomERC20.sol
vendored
4
contracts/external/ERC20/CustomERC20.sol
vendored
@@ -14,7 +14,7 @@ contract CustomERC20 is InitializableOwnable {
|
||||
using SafeMath for uint256;
|
||||
|
||||
string public name;
|
||||
uint256 public decimals;
|
||||
uint8 public decimals;
|
||||
string public symbol;
|
||||
uint256 public totalSupply;
|
||||
|
||||
@@ -39,7 +39,7 @@ contract CustomERC20 is InitializableOwnable {
|
||||
uint256 _initSupply,
|
||||
string memory _name,
|
||||
string memory _symbol,
|
||||
uint256 _decimals,
|
||||
uint8 _decimals,
|
||||
uint256 _tradeBurnRatio,
|
||||
uint256 _tradeFeeRatio,
|
||||
address _team,
|
||||
|
||||
Reference in New Issue
Block a user