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 |
Tags
- HTML
- CSS
- tailwindcss
- nextJS
- middleware
- REACT
- hardhat
- Ethereum
- SSR
- web
- error
- Redux
- express.js
- typeScript
- useState
- CLASS
- evm
- blockchain
- Props
- Interface
- solidity
- bitcoin
- graphQL
- node.js
- JavaScript
- concept
- 삶
- built in object
- API
- 기준
Archives
- Today
- Total
목록Panic (1)
ReasonJun
Solidity : try / catch
The try / catch statement in Solidity is used to handle errors in external function calls and contract creation. It is similar to the try / catch statement in other programming languages, but there are some important differences. How to use try / catch To use the try / catch statement, you first need to wrap the external function call or contract creation in a try block. The try block will be ex..
Blockchain/Solidity
2023. 10. 17. 18:17