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
- hardhat
- Ethereum
- concept
- bitcoin
- API
- JavaScript
- 삶
- blockchain
- Redux
- evm
- useState
- Props
- web
- graphQL
- solidity
- REACT
- SSR
- CSS
- express.js
- 기준
- Interface
- middleware
- built in object
- error
- HTML
- node.js
- CLASS
- typeScript
- tailwindcss
- nextJS
Archives
- Today
- Total
목록send (1)
ReasonJun
Solidity : send()
The send() function in Solidity is used to send Ether to an address. It takes two arguments: the address to send the Ether to and the amount of Ether to send. The send() function returns a boolean value indicating whether the transfer was successful. If the transfer was successful, the function returns true. If the transfer was unsuccessful, the function returns false. The send() function is a l..
Blockchain/Solidity
2023. 10. 18. 16:16