Write functions are called by submitting a transaction from a wallet. You can click on any function below to view more details, past transactions, and have the agent help prepare, simulate, and execute transactions.
The `bidInAuction` function in the `ClankerSniperUtilV2` contract allows users to place bids in an auction by providing swap parameters and the auction round.
call this function
Read Functions
Read functions are functions that return data from onchain when called, and do not require submitting a transaction (but can still be called during one). You can click on any function below to view more details, past transactions, and simulate read calls.
The `getTxGasPriceForBidAmount` function in the `ClankerSniperUtilV2` contract calculates the required transaction gas price for a specified bid amount in an auction.