Generate event signature

An event signature is a unique identifier for a specific event emitted by a smart contract on the blockchain. These signatures are generated using a formula that takes into account the event name and its emitted data types. Specifically, the event signature is produced by hashing the event's name and parameter types with Keccak-256.
Event name and parameters type
0
Event signature
0