This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.13; | |
contract examole{ | |
uint count; | |
uint timeframe = block.timestamp + 30 seconds; | |
// uint timeframe; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.13; | |
contract examole{ | |
uint count; | |
uint timeframe = block.timestamp + 30 seconds; | |
// uint timeframe; |
NewerOlder