> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Logs and events | Plasma

> Plasma logs and events JSON-RPC methods — query smart contract event logs, filter by topics and address, and track on-chain activity on the Plasma network.

Retrieving logs and events from the Plasma blockchain can be done using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getLogs" icon="angle-right" iconType="solid" href="/reference/plasma-eth-getlogs" horizontal />
</CardGroup>

This information can be used for:

* **Event tracking** — monitor specific smart contract events
* **Historical analysis** — analyze past contract interactions
* **DApp integration** — display contract events in applications
* **Audit and compliance** — track on-chain activity for verification
