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
- blockchain
- Redux
- useState
- CLASS
- CSS
- graphQL
- Interface
- SSR
- API
- nextJS
- bitcoin
- 기준
- express.js
- evm
- hardhat
- JavaScript
- web
- error
- node.js
- Props
- solidity
- middleware
- built in object
- concept
- typeScript
- HTML
- tailwindcss
- 삶
- Ethereum
- REACT
Archives
- Today
- Total
목록require (1)
ReasonJun
Solidity : require
The require() function in Solidity is used to check for certain conditions before executing a function. If the condition passed to the require() function evaluates to false, the function will throw an exception and the transaction will be reverted. The require() function is typically used to check for valid input data or to verify that a certain state invariant is true. For example, the followin..
Blockchain/Solidity
2023. 10. 17. 18:00