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
- typeScript
- Props
- CSS
- web
- middleware
- bitcoin
- node.js
- graphQL
- API
- express.js
- JavaScript
- nextJS
- hardhat
- 삶
- evm
- solidity
- blockchain
- useState
- Redux
- Ethereum
- 기준
- CLASS
- concept
- Interface
- REACT
- SSR
- built in object
- error
- HTML
Archives
- Today
- Total
목록visibility (1)
ReasonJun
Solidity : Visibility
Visibility in Solidity is used to control who can access and modify functions and state variables within a contract. There are four visibility levels in Solidity: Public: Public functions and state variables can be accessed by anyone, inside or outside of the contract. Internal: Internal functions and state variables can be accessed by any function within the contract, as well as any function wi..
Blockchain/Solidity
2023. 10. 15. 23:07