일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- hardhat
- useState
- JavaScript
- nextJS
- 삶
- HTML
- graphQL
- Interface
- 기준
- middleware
- tailwindcss
- Props
- evm
- node.js
- CSS
- error
- solidity
- express.js
- CLASS
- concept
- Redux
- built in object
- Ethereum
- API
- REACT
- typeScript
- blockchain
- bitcoin
- SSR
- web
- Today
- Total
목록pure (2)
ReasonJun
Pure and view functions are special types of functions in Solidity that have different restrictions on how they can interact with the state of the contract. Pure functions do not read or modify the state of the contract. They can only use the parameters that are passed to them and local variables. Pure functions are often used to perform calculations or to validate data. View functions can read ..

Variable : The name given to the memory space that can store variable values, or the memory space itself, is called a 'variable'. State Variables : Declared outside of a function. Variable permanently stored in the contract storage. Local Variables : Declared inside a function. Exists only during function execution. Not stored in blockchain contract. Global Variables : (ex. Block info , msg info..