Twiddles Profile
Twiddles

@TwiddleTwaddles

Followers
89
Following
56
Media
3
Statuses
115

@bobbybuybot daddy

NZ
Joined July 2023
Don't wanna be here? Send us removal request.
@TwiddleTwaddles
Twiddles
19 days
I've just kicked off my side-project . Adotto!.Its a TG group where advertisers pay to place an ad. Users engage with the ad to go in the draw to win a weekly cash prize (Paid for by the ad revenue). Head on over and take a look!
8
4
13
@TwiddleTwaddles
Twiddles
19 days
0
11
0
@grok
Grok
11 days
Join millions who have switched to Grok.
502
632
4K
@TwiddleTwaddles
Twiddles
4 months
RWA projects are in a bit of an unfortunate dichotomy category. They're too slow and low yielding for degens, too risky for normies. An almost impossible spot.
0
0
1
@TwiddleTwaddles
Twiddles
4 months
RT @DukeOfWapping: The problem with utility is it actually has value. If it has value you can estimate a valuation… which caps its mcap, on….
0
2
0
@TwiddleTwaddles
Twiddles
4 months
Bobby has had an obscure memory leak for the past 6 months that I just could not find. Every AI up until now also failed to find it. Enter Gemini Pro 3.5. nailed it first go. Gotta love AI. (It was an undocumented cache thing).
Tweet media one
0
0
1
@TwiddleTwaddles
Twiddles
4 months
RT @BobbyBuyBot: The good folk at @AmpleProtocol know the value of community Booosting. Co-ordinated efforts will get you to the top of the….
0
3
0
@TwiddleTwaddles
Twiddles
4 months
Going back to my project of the ultimate data crypto trader. I've had to re-evaluate the raw trade data and how I get it. "Just track the trades?" is super not easy onchain. I've pivoted to parsing whole blocks at a time for token and eth differences. That way I can account for.
0
0
0
@TwiddleTwaddles
Twiddles
4 months
RT @BobbyBuyBot: While everything seems to be trending down, Bobby Booost is trending up! Members in is up. Boosts….
0
1
0
@TwiddleTwaddles
Twiddles
4 months
RT @PyrateKing1000: There is truly only one place to launch your token. @pumpkindotfun $PKIN.
0
7
0
@TwiddleTwaddles
Twiddles
5 months
Are you a crypto dev? Learnt some gud skills doing crypto deving? Burnt out/jaded/disenfranchised from crypto and want to take those skills and translate them to more real world applications? Come join us refugees.
0
0
2
@TwiddleTwaddles
Twiddles
5 months
RT @SonicTheSOLhog: Liquidity Matters. Recently @pumpkindotfun made some updates to token launches with the following goals:. - increase l….
0
40
0
@TwiddleTwaddles
Twiddles
5 months
3/3 I'll get the price per token by dividing token out qty/eth in of that lp pair, then multiply that price by the amount of tokens received to the buyer. That eth amount will be whats added to the db as the trade. so that 1 tx will have multiple trade rows in the db. fun fun!.
0
0
0
@TwiddleTwaddles
Twiddles
5 months
2/3 This often happens in arb trades and bot trades. How do i know how much they paid for each token, given the eth out is 1 value? .What I'll do is parse the TX, look for the corresponding LP address for each token. Ill then look at the eth in for that pair.
1
0
0
@TwiddleTwaddles
Twiddles
5 months
1/3 first stump. So I've got the parsing to a point where for every TX, I track token in, token out for each address and flag the lp pairs. Then each buy is logged to the database. But what happens if the tx results in multiple tokens being bought by the buyer?.
1
0
0
@TwiddleTwaddles
Twiddles
5 months
Got a simple, blunt way to track bribed TX's. Calculate the gas paid for the tx, and then the stateDiff of the miner. If they != then the diff is a bribe. Probably more to it than that, but that'll do for now.
0
0
0
@TwiddleTwaddles
Twiddles
5 months
First problem. How much Eth did someone spend on a swap? Easy right? Just look at the TX value. Nup. TX Value is just what the sender sent to the contract being called. Doesn't account for things like sniper bots sending un-spent eth back to the sender, or bribes. Only way to get.
0
0
2
@TwiddleTwaddles
Twiddles
5 months
7/7 I'll try and track my journey on X. Its gonna be my side project so will be slow and methodical. I'm going to start by pulling blockchain data using the awesome tool that is @helloSQD . So I guess flick us a follow if you want to follow? Or not? idc.
1
0
1
@TwiddleTwaddles
Twiddles
5 months
6/7 To get the data needed. I'm going to have to go deep. Not just swap event deep. Not transfer event deep. Not transaction deep. I mean at least stateDiff and maybe even trace deep.
1
0
0
@TwiddleTwaddles
Twiddles
5 months
5/7 Before I can even begin though, the data needs to be top notch. Getting accurate buy/sell/trade data from evm is *hard*. For Bobby, it simply relies on the Swap events that the LP pairs emit. But the 4 years working on Bobby has taught me that that data is not good enough.
1
0
0