chapter13-code-5

PHOTO EMBED

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

Saved by @RareSkills

contract ExampleContract {
	function whoami() public view returns (address) {
		return address(this);
	}
}
content_copyCOPY