AggregationRouterV5

Ethereum
etherscanblockscout

Advance Nonce

(advanceNonce)

nonpayable


amount


Sign In

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
});