Scott Bigelow

Results 16 comments of Scott Bigelow

This seems like a standard transaction failure with a single transaction. There's a null revert message, you could deploy the contract with expressive require statements (like ` require(msg.value % 2...

Fix your transaction. If you take that exact transaction and send it to ethereum, it will also fail. Flashbots is just telling you about the failure before you send it.

This proposed optimization seems especially impactful as each run executes 5 SSTOREs (all rewriting the same value after either adding 0 or multiplying by 1) and many more SLOADs. The...

So i started working on this. The data referenced here is the forward-lookup, which is not 1:1 with a name. What we need is reverse lookups instead.

Data is there, i'm just not sure we can use it: ``` mev=# select * from ens_names limit 10; name | owner ---------------------+-------------------------------------------- nashcitymusic | 0xc2d66c0527772fc72ae239ad4f463024aa062199 spiaggesardegna | 0x3bf96199ecdbb95bd4f9b190117168b949ad01d4 70sretro...

there's forward and reverse ENS lookups. obadiaa.eth and alexo.eth could point to 0x12345 . But 0x12345 can only point to one of those names. for the "obadiaa.eth and alexo.eth" ,...

The "worst" address has over 1,000 names pointing to it: ``` 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,2spooky 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,36chambers 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,abilene 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,admiralackbar 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,adviceanimals 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,advicedog 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,afghanhound 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,airedaleterrier 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,airguitar 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,airhostess 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,airsteward 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,alaskanmalamute 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,aldershot 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,alessandria 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,altseason 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,amazinghorse 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,americanbulldog 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,americangigolo 0xbcbd4885ee8b2b74249c5ad9b8b668fb256a51b1,americanwerewolf...

lol, and has no reverse records

Out of the 13,000 records in that csv i extracted, 1,920 are only single-names.