chapter21-code-1

PHOTO EMBED

Thu Mar 30 2023 11:31:26 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract ExampleContract {

	function payMe() public payable {

	}

	function howMuchEtherIHave() public view returns (uint256) {
		return address(this).balance;
	}
}
content_copyCOPY