hex_to_number
Convert hex strings into decimal numbers to simplify EVM blockchain data interpretation. Turn hex-encoded values from transactions, logs, and contracts into readable integers.
Instructions
Convert a hex string to a decimal number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex | Yes | The hex string to convert (e.g., '0x1a') |