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