Function selector and event topic
util_selectorTurns a Solidity signature like transfer(address,uint256) into its 4-byte function selector and its 32-byte event topic0. What you need to build calldata by hand or to filter logs. Flat $0.001 per call, paid over x402 (USDC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature | Yes | Canonical signature: name(type1,type2), no spaces and no argument names. |