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