(erc20address, value)
| 403 | } |
| 404 | |
| 405 | async function withdrawFromContract(erc20address, value) { |
| 406 | let withdrawAction = securityToken.methods.withdrawERC20(erc20address, value); |
| 407 | await common.sendTransaction(withdrawAction); |
| 408 | console.log(chalk.green(`Withdrawn has been successful!.`)); |
| 409 | } |
| 410 | /// |
| 411 | |
| 412 | async function listModuleOptions() { |