The difference between Send, Transfer, and Call in solidity.
In solidity, there are 3 different ways to send ether, all these functions do the same thing but work in a slightly different way, and that's what we will discuss in this article.
send()
the send function is used to send ether to an address, and the ...
collinsadi.hashnode.dev3 min read