Event Hash
Last updated
Last updated
eventHash
is calculated from the eventId
and eventArgs
:
eventId
is the event params combined together to create a unique id.
where:
EventName
- the name of the event
EventChainId
- chainId of the transaction with invoked event
EventContract
- a contract that invoked the event
EventTransactionHash
- hash of the transaction with invoked event
EventArgs
is the event's arguments. All event arguments will be combined in the same order as they were in the event.
For example, for Transfer
event, eventHash
will be: