encodeEventSignature
Callable
Parameters
functionName: string | AbiEventFragment
The event name to encode, or the AbiEventFragment object of the event. If string, it has to be in the form of
eventName(param1Type,param2Type,...)
. eg: myEvent(uint256,bytes32).
Returns string
- The ABI signature of the event.
Encodes the event name to its ABI signature, which are the sha3 hash of the event name including input types.