Balance; $update_bal = update_user_balance($assetType, $balance, $investor_id); if (!$update_bal) { redirect_to("rm_root.php?msg=Failed to update balance!"); return false; } else if($update_bal) { // Record this change $OrderClass->record_root_bal_update($investor_id, $bal_prev, $balance, $assetType); redirect_to("rm_root.php?msg=Successfully updated balance!&type=info"); } else { redirect_to("rm_root.php?msg= Something went wrong. Failed to update balance!"); return false; } } else { redirect_to("rm_root.php?msg= Please fill all fields!"); return false; } } $traders = UserBalanceList(1); ?>

Actions table

">
$trader) { if ($trader->is_active) { $action_class = 'off'; $btn_name = "Deactivate Account"; } else { $action_class = 'on'; $btn_name = "Activate Account"; } ?>
Id User RMT Cash Action
UID?> Name?> BTC?> CASH?>

Transfer tokens

Update History

type == 'btc') { $money_type = 'Token'; } else if($ch->type == 'traditional') { $money_type = 'Fiat'; } ?>
S.No Investor's Id Name Email Previous Balance Updated Balance Type Date
BalStatusHistoryId?> user_id?> Name?> Email?> bal_prev?> bal_now?> UpdateDate?>