Paste an Etherscan link to a transaction or select a preset transaction.
Note: These comparisons are calculated based on current network congestion (ie: current gas price). Some of the parameters will be reduced in the coming months as we optimize the system, and dramatically reduced when sharding goes live on mainnet.
Chainlink
Hover over each variable to reveal more info!
const batchSubmissionGas = 7400const optimismPremium = 1.5const layer1Gas = zeroDataBytes * 4 + nonZeroDataBytes * 16 + batchSubmissionGasconst layer2GasFee = ( layer1GasPrice * layer1Gas + layer2GasPrice * layer2Gas ) * optimismPremium
const batchSubmissionGas = 7400const optimismPremium = 1.5const layer1Gas = 57 * 4 + 11 * 16 + batchSubmissionGasconst layer2GasFee = ( 0.697837815 * 7804 + 0 * 631870 ) * 1.5// layer2GasFee === 5445.92630826 GWEI (0.00000544592630826 ETH)