Solidity - Call
call is a low level function to interact with other contracts. call은 다른 계약과 상호 작용하기 위핸 저수준의 함수이다. This is the recommended method to use when you're just sending Ether via calling the fallback function. 이 방법은 fallback 함수를 호출하여 Ether를 전송할 때 사용하는 권장하는 방법이다. However it is not the recommend way to call existing functions. 그러나 기존에 존재하는 함수를 호출하는 권장하는 방법은 아닙니다. Few reasons why low-level call is not reco..
Programming Language/Solidity
2023. 1. 17. 22:26