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
- nextJS
- Interface
- solidity
- built in object
- CSS
- API
- web
- node.js
- Ethereum
- concept
- error
- bitcoin
- express.js
- REACT
- useState
- blockchain
- SSR
- hardhat
- Redux
- typeScript
- 삶
- tailwindcss
- CLASS
- Props
- evm
- 기준
- HTML
- middleware
- graphQL
- JavaScript
Archives
- Today
- Total
목록virtual (1)
ReasonJun
Solidity : Overriding (virtual / override / super)
The virtual and override keywords in Solidity are used to support function overriding. Function overriding allows you to redefine a function that is inherited from a base contract. This can be useful for customizing the behavior of the function for your specific needs. Virtual functions A function is marked as virtual if it can be overridden by derived contracts. When a function is marked as vir..
Blockchain/Solidity
2023. 10. 17. 00:06