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