Executes a message call without creating a transaction. Use pending to simulate against pre-confirmed state.
Executes a message call immediately without broadcasting a transaction to the network. No gas is consumed on-chain. Used to read contract state or simulate calls.
Flashblocks: Query https://mainnet.base.org with "pending" to simulate against the current pre-confirmed block state, updated every ~200ms.
eth_call "pending" block context on Flashblocks nodes: Block-context properties (block.number, block.timestamp, block.basefee) may reflect a block several behind tip due to how nodes cache historical Flashblocks. See the FAQ for details.