Skip to content

Instantly share code, notes, and snippets.

@beshup
Last active May 14, 2021 23:27
Embed
What would you like to do?
not actually javascript
function giveDividendPerPlayer(string memory request_uri) public hasSeasonStarted {
require(lastDividendWithdrawn[msg.sender] < currWeekStart);
lastDividendWithdrawn[msg.sender] = block.timestamp;
requestDividendWorthyEntities(request_uri);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment