flow-models/models/descriptions/event_data.md
Jack Forgash 84ca2eb298
AN-6423/docs update (#462)
* add overview

* core and defi

* cadence

* evm

* fix dim labels name

* fix docs syntax
2025-07-17 18:15:23 -06:00

480 B

{% docs event_data %} The raw payload or data emitted by the event during transaction execution. Data type: STRING (JSON-encoded or structured). This field contains event-specific information such as addresses, amounts, or custom fields defined in the contract. Used for auditing, analytics, and extracting business logic from on-chain activity. Example: '{"amount": "100.0", "to": "0x1cf0e2f2f715450"}'. Essential for event-driven analytics and contract monitoring. {% enddocs %}