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 |
Tags
- CLASS
- node.js
- nextJS
- built in object
- 삶
- Interface
- solidity
- concept
- typeScript
- graphQL
- express.js
- 기준
- blockchain
- web
- Redux
- middleware
- HTML
- Ethereum
- tailwindcss
- error
- SSR
- bitcoin
- hardhat
- API
- JavaScript
- Props
- useState
- evm
- CSS
- REACT
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