Created
August 30, 2021 12:01
-
-
Save sepisoltani/31263b26e7c30d7deff94e662cac4e22 to your computer and use it in GitHub Desktop.
Solidity1.sol
This file contains hidden or 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.5.2; | |
contract Sepehr { | |
uint256 = 10; | |
uint32 = 10; | |
uint26 = 10; | |
uint8 = 10; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment