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