erc721r / ERC721R

An ERC721 base contract that mints tokens in a pseudo-random order. Because the token is revealed in the same transaction as the mint itself, this contract creates a fun but not fully secure experience.
MIT License
96 stars 27 forks source link

Flashbots Exploit #8

Open 0xPrimata opened 1 year ago

0xPrimata commented 1 year ago

Believe Flashbots are still able to exploit since they interact as EOA.

RogerPodacter commented 1 year ago

You are correct! I have updated the README accordingly. On the one hand people really shouldn't ever use ERC721R! And yet it has been used to amusing effect many times. It is a true paradox!