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
- node.js
- CSS
- express.js
- hardhat
- HTML
- Ethereum
- bitcoin
- typeScript
- web
- API
- 기준
- JavaScript
- error
- evm
- useState
- blockchain
- Props
- Redux
- built in object
- CLASS
- nextJS
- 삶
- tailwindcss
- SSR
- graphQL
- concept
- solidity
- middleware
- Interface
- REACT
Archives
- Today
- Total
목록emit (1)
ReasonJun
Solidity : event / emit
Events and emit are two important concepts in Solidity. Events are a way to log and notify external entities (such as user interfaces or other smart contracts) about specific occurrences within a smart contract. Emit is the keyword used to trigger or emit events within the smart contract code. Events are similar to logs or records that capture important information, allowing external observers t..
Blockchain/Solidity
2023. 10. 16. 14:13