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
- SSR
- concept
- useState
- Ethereum
- CLASS
- express.js
- node.js
- built in object
- hardhat
- Redux
- web
- evm
- Props
- error
- JavaScript
- bitcoin
- typeScript
- tailwindcss
- middleware
- 삶
- REACT
- blockchain
- nextJS
- CSS
- HTML
- 기준
- solidity
- Interface
- API
- graphQL
Archives
- Today
- Total
목록inheritance (1)
ReasonJun
Solidity : Inheritance (is, override / Multiple)
Inheritance in Solidity is a way to create new contracts that reuse and extend the functionality of existing contracts. This can be useful for reducing code duplication, creating reusable libraries, and building complex systems from smaller components. is To inherit from another contract, you use the is keyword. For example, the following contract inherits from the ERC20 contract: contract MyTok..
Blockchain/Solidity
2023. 10. 16. 23:07