Testnet
/
Connect Wallet
Main
8a862ed7…aa7838b9
Confirmed transaction
16.03.2025, 04:26:12
Duration: 16s
Event overview
Transactions tree
Value flow
Action
Route
Payload
Value
Transfer TON
underworld.ton
0QAA…ACkT
import psutil def get_memory_info(): """Returns memory information.""" mem = psutil.virtual_memory() return { "Total": f"{mem.total / (1024.0 ** 3):.2f} GB", "Available": f"{mem.available / (1024.0 ** 3):.2f} GB", "Used": f"{mem.used / (1024.0 ** 3):.2f} GB", "Percentage": f"{mem.percent}%" } def main(): memory_info = get_memory_info() print("Memory Information:") for key, value in memory_info.items(): print(f"{key}: {value}") if __name__ == "__main__": main()
3 TON
Transfer TON
0QAA…ACkT
underworld.ton
-
3 TON
Show details
How this data was fetched?
Use tonapi.io
Terms
Privacy
Report Issue
Install Tonkeeper
© 2022-2025 Ton Apps Inc.