function_selector
Compute the 4-byte selector for any Ethereum function signature to identify the correct function encoding for contract interactions.
Instructions
Compute the 4-byte selector for a function signature, e.g. 'transfer(address,uint256)'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes |