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
- concept
- typeScript
- SSR
- CSS
- tailwindcss
- useState
- web
- hardhat
- CLASS
- JavaScript
- HTML
- 삶
- evm
- error
- solidity
- built in object
- Props
- nextJS
- graphQL
- blockchain
- Interface
- 기준
- Redux
- bitcoin
- node.js
- API
- REACT
- middleware
- Ethereum
- express.js
Archives
- Today
- Total
목록abi.encodePacked() (1)
ReasonJun
Solidity : abi.encodePacked(), super.uri()
The abi.encodePacked() function is a built-in Solidity function that is used to encode multiple values into a single byte array. The function takes any number of arguments and concatenates them into a single byte array. The abi.encodePacked() function is typically used to encode data that is going to be passed to a contract function. For example, the following code would encode the string "Hello..
Blockchain/Solidity
2023. 10. 22. 22:06