πŸ’‘Keccak256 Encoder

This function returns the keccak256 hash of the input string.

UDF_KECCAK256()

Syntax

utils.udf_keccak256(
  text_signature
)

Arguments

Required:

  • text_signature (string): The text to hash

Sample Query

Select utils.udf_keccak256('Transfer(address,address,uint256)') as hex_signature

Last updated