Peera.

赏金

通过您的贡献赚取代币。

Sui.X.Peera.

赚取你的 1000 Sui 份额

获取声誉积分,并因帮助 Sui 社区成长而获得奖励。

帖子

3
过滤:所有社区
  • 赏金+4

    Steven Crypto.Peera.
    SuiNov 06, 2024
    专家问答

    网络验证器 Sui Global

    Sui Global团队中有一位是网络验证者. 你认为网络验证器的用途是什么? 我们能否接受 Sui Global 将成为 Sui 主网验证者的情景?

    • SUI
    • Sui Global
    3
    3
  • 赏金+3

    Alina QA11.Peera.
    SuiNov 06, 2024
    专家问答

    Difference between these: CREW3HUNTER and CREW3

    Please Explain to newcomers which of these roles can be obtained and what is the difference between them. CREW3HUNTER | CHAMPION CREW3 CHAMPION P.S. I will select the best answer only among users whose reputation is less than 100 (you will get 15 points).

    • Roles
    • SUI
    • Sui Global
    3
    4
    最佳答案
  • 赏金+2

    Oliver Martinez.Peera.
    SuiNov 06, 2024
    专家问答

    Is it possible to define a constructor in Solidity using the contract name and function keyword?

    I have seen constructors in Solidity defined with the constructor keyword within the contract, as shown below: contract Person { address public owner; // Constructor constructor() { owner = msg.sender; } // Other functions and variables... } However, I'm curious if it's valid to define the constructor using the contract name and function keyword, like this: contract Person { address public owner; // Constructor function Person() public payable { owner = msg.sender; } // Other functions and variables... } Would this alternative way of defining the constructor work in Solidity, or is it necessary to use the constructor keyword?

    • Smart Contract
    • Quests
    2
    3
    最佳答案官方答案
我们使用 cookie 确保您在我们的网站上获得最佳体验。
更多信息