Skip to content

Instantly share code, notes, and snippets.

@nonseodion
Last active March 2, 2021 10:52
Show Gist options
  • Save nonseodion/9f78659511c72a598c3a8c368a141556 to your computer and use it in GitHub Desktop.
Save nonseodion/9f78659511c72a598c3a8c368a141556 to your computer and use it in GitHub Desktop.
struct Miner {
uint256 amount;
uint256 rewardWriteoff; // the amount of COVER tokens to write off when calculate rewards from last update
uint256 bonusWriteoff; // the amount of bonus tokens to write off when calculate rewards from last update
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment