Declare Int In Solidity

[Solved] Declare Int In Solidity | Solidity - Code Explorer | yomemimo.com
Question : declare int in solidity

Answered by : glorious-goat-uugnh1jgcl7n

uint myVar;
uint256 myVar253; //Variable 256 bits
uint64 myVar64; //Etc...

Source : | Last Update : Mon, 30 Mar 20

Answers related to declare int in solidity

Code Explorer Popular Question For Solidity