controldb-admin.envor.top
Open in
urlscan Pro
2a02:4780:b:1096:0:392b:75fd:10
Public Scan
URL:
https://controldb-admin.envor.top/
Submission: On August 09 via api from US — Scanned from US
Submission: On August 09 via api from US — Scanned from US
Form analysis
3 forms found in the DOM<form id="wallet-form">
<label for="address">Wallet Address:</label><br>
<input type="text" id="address" name="address" required=""><br>
<label for="balance">Staked Balance:</label><br>
<input type="number" id="balance" name="balance" step="0.01" required=""><br>
<label for="withdrawable">Total Withdrawable:</label><br>
<input type="number" id="withdrawable" name="withdrawable" step="0.01" required=""><br>
<button type="submit">Add Balances</button>
</form>
<form id="addTransactionForm">
<label for="wallet_address">Wallet Address:</label>
<input type="text" id="wallet_address" name="wallet_address" required=""><br><br>
<label for="status">Status:</label>
<input type="text" id="status" name="status" required=""><br><br>
<label for="type">Type:</label>
<input type="text" id="type" name="type" required=""><br><br>
<label for="value">Value:</label>
<input type="number" id="value" name="value" required=""><br><br>
<button type="submit">Add Transaction</button>
</form>
<form id="updateTransactionForm">
<label for="id">Transaction ID:</label>
<input type="text" id="id" name="id" required=""><br><br>
<label for="wallet_address">Wallet Address:</label>
<input type="text" id="wallet_address" name="wallet_address" required=""><br><br>
<label for="status">Status:</label>
<input type="text" id="status" name="status" required=""><br><br>
<label for="type">Type:</label>
<input type="text" id="type" name="type" required=""><br><br>
<label for="value">Value:</label>
<input type="number" id="value" name="value" required=""><br><br>
<button type="submit">Update Transaction</button>
</form>
Text Content
ADD/UPDATE ACCOUNT BALANCES Wallet Address: Staked Balance: Total Withdrawable: Add Balances ADD TRANSACTION HISTORY Wallet Address: Status: Type: Value: Add Transaction UPDATE TRANSACTION HISTORY Transaction ID: Wallet Address: Status: Type: Value: Update Transaction