The address type related variables are as follows:
- <address>.balance (uint256): The balance of the address in wei
- <address>.send(uint256 amount) returns (bool): Sends the given amount of wei to address; returns false on failure
The address type related variables are as follows: