Solidity - Sending Ether (transfer, send, call)
Sending Ether (transfer, send, call) 이더 송금하기 (전송, 보내기, 호출) How to send Ether? 이더를 어떻게 보내냐? You can send Ether to other contracts by 너는 이더를 다른 계약(스마트 컨트랙트)로 보낼 수 있다. transfer (2300 gas, throws error) - 전송(2300 가스, 오류 발생) send (2300 gas, returns bool) - 전송(2300 가스, bool 값 리턴 {true, false} ) call (forward all gas or set gas, returns bool) - 호출(모든 가스 또는 설정한 가스, bool 값을 리턴하는 것을 포함 ) How to receive Et..
카테고리 없음
2023. 1. 12. 22:47