get_function_selector
Compute the 4-byte function selector for any Solidity function signature to get the EVM bytecode used in contract calls.
Instructions
Compute the 4-byte function selector for a Solidity function signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | The function signature (e.g., 'transfer(address,uint256)') |