以下の問題文が与えられた。
The miner of Block #12983883 on the Ethereum Blockchain partakes in the common practice of MEV. What is the exact amount of Ether that was transfered to the miner as a bribe from the transaction that was included first in this block? Info about MEV: https://ethereum.org/en/developers/docs/mev/ Flag format: flag{0.006942069420}
minerで使ったURL中の番号を書き換えることで、指定のブロックを開いた。
Ethereum Blocks #12983883 | Etherscan
このページ中の「145 transactions」というリンクを開き、表示されたリスト中の最後の Txn Hash のリンクを開いた。
Ethereum Transaction Hash (Txhash) Details | Etherscan
このページ中の Interacted With (To) の所に書かれている、MEV Bot から今回のブロックの Mined by の所のアドレスへのTRANSFERの額を参照することで、flagが得られた。
writeup by MikeCAT