Skip to content

Instantly share code, notes, and snippets.

@mudgen
Created November 5, 2021 22:00
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 mudgen/82a6b3776e2b481102fc2ac5644e3eae to your computer and use it in GitHub Desktop.
Save mudgen/82a6b3776e2b481102fc2ac5644e3eae to your computer and use it in GitHub Desktop.
//SPDX-License-Identifier: MIT
pragma solidity =0.8.9;
// AppStorage.sol
struct AppStorage {
uint256 secondVar;
uint256 firstVar;
uint256 lastVar;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment