chapter23-code-1

PHOTO EMBED

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

Saved by @RareSkills

contract WhatTimeIsIt {


	function timestamp() public view returns (uint256) {
		return block.timestamp;
	}
}
content_copyCOPY