get_event_topic
Compute the topic0 hash for a Solidity event signature. Obtain the keccak256 topic identifier needed for filtering logs and decoding events.
Instructions
Compute the topic0 hash for a Solidity event signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | The event signature (e.g., 'Transfer(address,address,uint256)') |