Skip to content

Instantly share code, notes, and snippets.

@PeterBorah
Created February 7, 2017 03:11
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 PeterBorah/632f301e63fba6878728c4e46861190f to your computer and use it in GitHub Desktop.
Save PeterBorah/632f301e63fba6878728c4e46861190f to your computer and use it in GitHub Desktop.
FemtoStorage.slotFor("balances").and(userAddress).increment(); // Increases value by 1
FemtoStorage.slotFor("balances").and(userAddress).increaseBy(42); // Increases value by 42
FemtoStorage.slotFor("balances").and(userAddress).decreaseBy(42); // Decreases value by 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment