I have a function sign let’s say for example
Function 0x9884566 (address) {}
Am tryin to know what 0x9884566 is
Nov 13, 2023, 9:03 PM
The signature is first 4 bytes of hash of the function name with parameters. Just like hashes being irreversible, you can't magically decode a signature
Nov 13, 2023, 10:07 PM
oh I thought it was possible no?
Nov 13, 2023, 10:55 PM
And how would that be?
Nov 13, 2023, 11:07 PM
bytes can be converted to other data types right ?
oh oh nvm byte4 bytes not same
Nov 14, 2023, 9:49 PM
Ser its a hash, not abi encoding
Nov 14, 2023, 10:43 PM
yeah yeah 🤡 mistake in reading
Nov 14, 2023, 10:43 PM