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

Function modfifyFunding

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

Source from the content-addressed store, hash-verified

947}
948
949async function modfifyFunding(currentSTO) {
950 let funding = fundingConfigUSDTieredSTO();
951 let modifyFundingAction = currentSTO.methods.modifyFunding(funding.raiseType);
952 await common.sendTransaction(modifyFundingAction);
953}
954
955async function modfifyAddresses(currentSTO) {
956 let addresses = await addressesConfigUSDTieredSTO(await currentSTO.methods.fundRaiseTypes(gbl.constants.FUND_RAISE_TYPES.STABLE).call());

Callers 1

usdTieredSTO_configureFunction · 0.85

Calls 1

Tested by

no test coverage detected