Executes a message call against the current chain state without broadcasting a transaction.
Executes a message call against the current chain state without broadcasting a transaction. No gas is consumed on-chain. Used to read contract state or simulate calls.
On a Flashblocks-aware endpoint, use "pending" as the block parameter to query preconfirmed state — data available up to 200ms before the next full block is sealed.Executes the call against the latest preconfirmed Flashblock state. Use "pending" to simulate against the most current chain state, including transactions not yet in a sealed block.