These are the values that are permanently stored in the contract storage, for example:
pragma solidity ^0.4.24;
contract Gotham {
uint storedData; // State variable
// ...
}
These are the values that are permanently stored in the contract storage, for example:
pragma solidity ^0.4.24;
contract Gotham {
uint storedData; // State variable
// ...
}