encodeFunctionSignature
Callable
Parameters
functionName: string | AbiFunctionFragment
The function name to encode or the
JSON interface
object of the function. If the passed parameter is a string, it has to be in the form offunctionName(param1Type,param2Type,...)
. eg: myFunction(uint256,uint32[],bytes10,bytes)
Returns string
- The ABI signature of the function.
Encodes the function name to its ABI representation, which are the first 4 bytes of the sha3 of the function name including types. The JSON interface spec documentation https://docs.soliditylang.org/en/latest/abi-spec.html#json