Skip to content

Instantly share code, notes, and snippets.

@nonseodion
Created March 2, 2021 10:54
Show Gist options
  • Save nonseodion/45e76fa0ad0bd9925040e3e2006eca1f to your computer and use it in GitHub Desktop.
Save nonseodion/45e76fa0ad0bd9925040e3e2006eca1f to your computer and use it in GitHub Desktop.
struct Pool {
uint256 weight; // the allocation weight for pool
uint256 accRewardsPerToken; // accumulated COVER to the lastUpdated Time
uint256 lastUpdatedAt; // last accumulated rewards update timestamp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment