Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active May 9, 2021 19:13
Show Gist options
  • Save percybolmer/5927c05cd7608cdc58cfdfbeae313276 to your computer and use it in GitHub Desktop.
Save percybolmer/5927c05cd7608cdc58cfdfbeae313276 to your computer and use it in GitHub Desktop.
/**
* @notice
* Events below are declared, they are used to communicate to the transaction logs about events
*/
// Staked event is triggered whenever a user stakes tokens, address is indexed to make it filterable
event Staked(address indexed user, uint256 amount, uint256 index, uint256 timestamp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment