MCPcopy Create free account
hub / github.com/PolymathNetwork/polymath-core / isValidDividend

Function isValidDividend

CLI/commands/dividends_manager.js:676–679  ·  view source on GitHub ↗
(dividend)

Source from the content-addressed store, hash-verified

674}
675
676function isValidDividend(dividend) {
677 let now = Math.floor(Date.now() / 1000);
678 return now > dividend.maturity;
679}
680
681function isExpiredDividend(dividend) {
682 let now = Math.floor(Date.now() / 1000);

Callers 1

manageExistingDividendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected