Batch Posting Report

(batchPostingReport)

nonpayable


batchTimestamp

batchPosterAddress

batchNumber

batchDataGas

l1BaseFeeWei


Sign In

Use this function in your app


import { prepareContractCall, sendTransaction } from "thirdweb";
const transaction = await prepareContractCall({
contract,
method: "function batchPostingReport(uint256 batchTimestamp, address batchPosterAddress, uint64 batchNumber, uint64 batchDataGas, uint256 l1BaseFeeWei)",
params: [batchTimestamp, batchPosterAddress, batchNumber, batchDataGas, l1BaseFeeWei]
});
const { transactionHash } = await sendTransaction({
transaction,
account
});