evm_utils
EVM developer utilities: 'checksum' (EIP-55 checksum + validity for input=address), 'convert' (units wei…eth; input=value, from=unit, to=unit), 'selector' (4-byte selector + topic0 for input=function signature), 'keccak' (keccak256 of input text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | One of: checksum, convert, selector, keccak | |
| to | No | convert only: target unit, e.g. 'wei' | |
| from | No | convert only: source unit, e.g. 'eth' | |
| input | Yes | The address / value / signature / text |