Answers for "solidity int"

1

declare int in solidity

uint myVar;
uint256 myVar253; //Variable 256 bits
uint64 myVar64; //Etc...
Posted by: Guest on March-23-2020

Browse Popular Code Answers by Language