Can I create smart contract on solidity like forsage.io/doubleway.io with custom erc20-token?

后端 未结 0 538
耶瑟儿~
耶瑟儿~ 2021-02-12 11:36
 `constructor(address ownerAddress) public {
        levelPrice[1] = 25 ether;
        for (uint8 i = 2; i <= LAST_LEVEL; i++) {   
            levelPrice[i] = levelP         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题