Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt

Use this file to discover all available pages before exploring further.

Executing and simulating transactions on the Plasma blockchain can be done using the following methods:

eth_call

eth_estimateGas

eth_createAccessList

eth_simulateV1

This information can be used for:
  • Gas estimation — calculate required gas before sending transactions
  • Transaction simulation — test transaction execution without state changes
  • Smart contract testing — verify contract behavior before deployment
  • DApp optimization — optimize transaction parameters for cost efficiency
Last modified on April 20, 2026