This function returns the keccak256 hash of the input string.
utils.udf_keccak256( text_signature )
Required:
text_signature (string): The text to hash
text_signature
Select utils.udf_keccak256('Transfer(address,address,uint256)') as hex_signature
Last updated 1 year ago