250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- graphQL
- middleware
- hardhat
- REACT
- solidity
- error
- blockchain
- JavaScript
- Ethereum
- built in object
- CLASS
- express.js
- useState
- Interface
- 기준
- tailwindcss
- concept
- node.js
- Props
- nextJS
- CSS
- typeScript
- web
- evm
- 삶
- bitcoin
- HTML
- Redux
- API
- SSR
Archives
- Today
- Total
목록Constructor (1)
ReasonJun
Solidity : constructor
A constructor in Solidity is a special function that is called when a smart contract is deployed. It is used to initialize the state of the contract, such as setting the initial values of state variables. Constructors are optional, but they are recommended for all smart contracts. This is because constructors provide a way to ensure that the contract is initialized in a valid state before it can..
Blockchain/Solidity
2023. 10. 16. 21:05