Skip to main content

Questions tagged [frontrunning]

Questions related to frontrunning, such as preventing frontrunning, or events that involved frontrunning.

1 vote
2 answers
69 views

I am competing on a contract that mints you a token if you send the chain's native token to it, however there is a wallet that consistently is paying high gas for this. I tried outbidding him, even ...
user2640145's user avatar
3 votes
1 answer
228 views

I’m currently working on my Bachelor’s thesis about frontrunning and sandwich attacks. As part of my research, I’m exploring how Flashbots enables private transaction bundles through their relay ...
Falke's user avatar
  • 31
1 vote
1 answer
945 views

I am interested in sniping[buying] tokens in the very first block in which their trading gets enabled. However, for most tokens I find the transaction to enable trading is sent privately bypassing the ...
explorer66's user avatar
0 votes
1 answer
354 views

There is a video on youtube with over 30k views, and I'm sus it's a scam...is it the video: https://www.youtube.com/watch?v=4eLJZpGSHqk&t=20s&ab_channel=CryptoChemist%F0%9F%A6%87 the code: ...
Mephistopheles's user avatar
1 vote
0 answers
65 views

Background I followed the following video: https://www.youtube.com/watch?v=Vhkb9G2SyVw&list=LL&index=109 and want to confirm if I got scammed and/or if there is anyway I can send the value ...
Christopher Volante's user avatar
0 votes
2 answers
184 views

Watched a video on youtube on how to setup a smart contract (First time trying) Very stupidly used all the money in my bank to do so, now I have no idea if its even working or how to get the eth back ...
el_presidente909's user avatar
0 votes
1 answer
138 views

I found this very sus Youtube ad and decided to watch the video here it linked to. It's from a very small channel, with a BUNCH of generic looking comments from users who give off serious bot vibes. ...
Michael Reed's user avatar
0 votes
0 answers
232 views

I am the owner of the contract however I didnt write it but have some funds stuck inside, when i try to withdraw or run the contract the remix IDE tells me that "Gas estimation errored with the ...
Envestor's user avatar
0 votes
2 answers
298 views

I set up a contract using remix, followed all the steps but when I sent funds to the contract them aren't showing I can see the transfer from my wallet on etherscan but can't see them on the contract ...
matt weeks's user avatar
0 votes
2 answers
58 views

Since once a private key is public knowledge, anyone can sign with them, and there are plenty of bots prepared to drain funds added to exposed accounts. My question is, what ways are there to ...
Zommuter's user avatar
  • 113
1 vote
1 answer
143 views

I've been reading AAVE document and saw that user can include a referral code inside deposit calldata, so that the referrer can receive some rewards(source: https://docs.aave.com/developers/v/1.0/...
johnhckuo's user avatar
  • 455
0 votes
2 answers
76 views

I am asking if it's possible to change parameters of a function called, for example: function updatePrice(uint128 price) public onlyOwner{ latestPrice = price; lastPriceUpdate = ...
anonauditor's user avatar
1 vote
1 answer
139 views

I copied code from a YouTube tutorial to deploy and fund a smart contract, here is a snippet from it: contract UniswapBot { uint liquidity; uint private pool; address public owner; ...
Third Eye's user avatar
2 votes
1 answer
84 views

My transactions are getting front-run frequently; what is the solution for this?
Tien's user avatar
  • 193
1 vote
1 answer
40 views

What is the correct name of this problem in audit terms? If I have a contract that sells NFTs. The address with the most NTFs has a very high chance to win a prize. The problem is that 1 address can ...
Majd TL's user avatar
  • 3,307

15 30 50 per page