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 |
Tags
- Interface
- evm
- Redux
- JavaScript
- 삶
- web
- Ethereum
- CLASS
- blockchain
- CSS
- concept
- hardhat
- express.js
- middleware
- useState
- solidity
- nextJS
- SSR
- REACT
- typeScript
- node.js
- Props
- API
- tailwindcss
- 기준
- error
- HTML
- graphQL
- bitcoin
- built in object
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