Contract Storage Browser
Inspect, search, and export contract storage data with type detection and diff tracking.
Demo Mode
Backend storage API integration pending. Showing mock data for UI testing. Real-time polling will fetch from GET /api/storage/:contractId
Search & Filter
10 / 10 entries
Storage Entries
counter:i6442
owner:strGABC1234567890XYZTESTACCOUNTADDRESSFULL1234567890AB
metadata:b64aGVsbG8gd29ybGQgZnJvbSBzb3JvYmFu
last_hash:hex0x1a2b3c4d5e6f708192…4d5e6f7081
total_supply:i647500
initialized:booltrue
admin_nonce:null∅
Smart Contract Storage Inspector
Time-Travel Debugger & State Diff
Frame 1 / 4
Method: initialize(admin, asset)10:00:00.000
Contract Storage
Initial State (Pre-Execution)
Ledger Timeline
Initial State (Pre-Execution)
Frame 1 / 4
Captured at Invalid Date
| Key | Value | Diff |
|---|---|---|
| active_auctions | 0 | added |
| admin | GABC1234567890XYZTESTACCOUNTADDRESSFULL1234567890AB | added |
| is_initialized | true | added |
| token_symbol | USDC | added |
| total_deposits | 0 | added |
Frame Diff (Deep)
+5 / -0 / ~0
| Path | Before | After |
|---|---|---|
| admin | ∅ | GABC1234567890XYZTESTACCOUNTADDRESSFULL1234567890AB |
| is_initialized | ∅ | true |
| token_symbol | ∅ | USDC |
| total_deposits | ∅ | 0 |
| active_auctions | ∅ | 0 |