raw_call
Probe Diamond functions by making a low-level eth_call with custom calldata; returns raw returndata and identifies revert selectors.
Instructions
Low-level eth_call with hand-built calldata. Returns raw returndata, and identifies the revert selector when the call reverts — useful for probing whether a function exists on a Diamond.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| data | Yes | Calldata hex, including the 4-byte selector | |
| from | No | ||
| block | No | latest |