Address Member Functions in Solidity
balance and transfer
Balance:
The property balance may be used to check an address's balance and the transfer function to send Ether (in wei) to a payable address:
The transfer function fails if the current contract's balance is insufficient or the r...
yakuzakiawe.hashnode.dev3 min read