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

Function modfifyTimes

CLI/commands/sto_manager.js:937–941  ·  view source on GitHub ↗
(currentSTO)

Source from the content-addressed store, hash-verified

935}
936
937async function modfifyTimes(currentSTO) {
938 let times = timesConfigUSDTieredSTO();
939 let modifyTimesAction = currentSTO.methods.modifyTimes(times.startTime, times.endTime);
940 await common.sendTransaction(modifyTimesAction);
941}
942
943async function modfifyLimits(currentSTO) {
944 let limits = limitsConfigUSDTieredSTO();

Callers 1

usdTieredSTO_configureFunction · 0.85

Calls 1

timesConfigUSDTieredSTOFunction · 0.85

Tested by

no test coverage detected