AggregationRouterV5
EthereumAdvance Nonce
(advanceNonce)
nonpayable
Use this function in your app
import { prepareContractCall, sendTransaction } from "thirdweb";
const transaction = await prepareContractCall({ contract, method: "function advanceNonce(uint8 amount)", params: [amount]});const { transactionHash } = await sendTransaction({ transaction, account});