I've started adding support for Soroban contracts to Stellar Explorer, first release includes:
- a basic contract view with wasm bytecode download (eg. https://futurenet.steexp.com/contract/CAHWXSVCXV3BJ2FDE46ZUFIYDFWMCECNRU2K73T5TH4PIGAAOUMD3TPJ)
- search by contract address
- rendering
invoke_host_functionoperations and params: https://futurenet.steexp.com/operations?opTypeFilter=invoke_host_function - rendering effects
contract_creditedandcontract_debited: https://futurenet.steexp.com/account/GBOZU5B55QVU3HPRAMWVRW66TVOYLN2C2BAVLXS2ZCGB3BMJ7PG272YP#effects
More to come - render ALL ScVal types (eg. Maps currently showing base64 but can be decoded), show decompiled contract code using wasm-decompiler and the plain wat form too, ...
Let me know what you'd like to see added and if there are any issues with what's currently there.
Thanks!