Exploring Smart Contracts
Soroban is Stellar’s smart contract platform. Contracts are identified by a contract ID (starting with C).
Finding a Contract
Section titled “Finding a Contract”Paste a contract ID into the search bar, or navigate to the Contracts section.
Contract Details
Section titled “Contract Details”The contract page shows:
- Contract ID — The unique identifier
- Code — The deployed WASM binary information
- Storage — Key-value data stored by the contract
- Events — Contract events emitted during execution
Contract Events
Section titled “Contract Events”Events are emitted by contracts during transaction execution. Each event shows:
- Topic — What the event is about
- Data — The event payload
- Transaction — The transaction that triggered the event
- Ledger — When the event occurred