Transaction Simulator
Explore the RPC calls when sending a transaction on Abstract
Pre-fetch
100ms
Block times
Abstract produces blocks every 100ms, enabling near-instant confirmation for transactions.
Start building
Build on Abstract→
docs.abs.xyz
Result
sendTransaction + waitForTransactionReceipt—
RPC CallsDuration
01eth_getTransactionCount
02eth_getBlockByNumber
03eth_maxPriorityFeePerGas
04eth_estimateGas
05eth_chainId
06eth_chainId
07eth_sendRawTransaction
08eth_getTransactionReceipt
09eth_blockNumber
10eth_getTransactionByHash
11eth_getTransactionReceipt
Run a transaction to see the RPC trace