Skip to content

Instantly share code, notes, and snippets.

@fifiteen82726
Created May 5, 2019 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fifiteen82726/8de82fc4087e78146d2434480cd1523d to your computer and use it in GitHub Desktop.
Save fifiteen82726/8de82fc4087e78146d2434480cd1523d to your computer and use it in GitHub Desktop.
contract StorageTest {
uint256 a;
uint256[2] b;
struct Entry {
uint256 id;
uint256 value;
}
Entry c;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment