ClankerSniperUtilV2
Source:Verified
Write (1)
Read (1)

Write Functions

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.
View details for bidInAuction
bidInAuction
The `bidInAuction` function in the `ClankerSniperUtilV2` contract allows users to place bids in an auction by providing swap parameters and the auction round.

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.
View details for getTxGasPriceForBidAmount
getTxGasPriceForBidAmount
The `getTxGasPriceForBidAmount` function in the `ClankerSniperUtilV2` contract calculates the required transaction gas price for a specified bid amount in an auction.