Recompensa
Gana tokens por tus contribuciones.
Gana tu parte de 1000 Sui
Gana puntos de reputación y obtén recompensas por ayudar a crecer a la comunidad de Sui.
Publicaciones
3+4
P&R expertosParaSuiNov 06, 2024Validador cibernético Sui Global
Hay una persona en el equipo de Sui Global que es un validador cibernético. ¿Para qué crees que sirve un validador cibernético? ¿Podemos aceptar el escenario de que Sui Global se convierta en un validador en la red principal de Sui?
- SUI
- Sui Global
33+3
P&R expertosParaSuiNov 06, 2024Difference 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
34Mejor Respuesta+2
P&R expertosParaSuiNov 06, 2024Is 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
23Mejor RespuestaRespuesta Oficial
- 191
- 150
- 86
- 83
- 78
- 77
- 77
- 70
- 68
- 67