Docs

eth_call - World Chain RPC Method

Execute smart contract calls without creating transactions on World Chain. Essential for reading contract state for human-verified DeFi, identity-gated applications, bot-resistant services.

Executes a new message call immediately without creating a transaction on World Chain. Used for reading smart contract state.

Why World Chain? Build on the human-first Ethereum L2 powered by World ID with World ID integration for free gas and priority blockspace.

Use Cases

The eth_call method is essential for:

  • Reading contract state - Query view/pure functions
  • Simulating transactions - Test execution without gas costs
  • DeFi integrations - Check prices, balances, allowances for human-verified DeFi, identity-gated applications, bot-resistant services
  • Complex queries - Execute multi-step contract logic

Code Examples

Error Handling

Error CodeMessageDescription
-32000Execution revertedContract function reverted
-32602Invalid parametersInvalid data encoding
-32015VM execution errorContract logic error