Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
lcfr-eth committed Jun 2, 2023
1 parent 4065475 commit 7decdb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ An "easy-to-use" react app for building FlashBots Bundles for token rescues.

[Live App Here](https://bundler.lcfr.io)

contracts/transferHelper.sol : A small yul contract to faciliate bulk transferring ERC721 tokens effeciently.
[0xbcf192495e2ff497c34f872b27ae0ea21e6a7874](https://etherscan.io/address/0xbcf192495e2ff497c34f872b27ae0ea21e6a7874)

This app works by adding a FlashBots RPC that caches multiple transactions into a Bundle to be sent to a
Flashbots relay.

Expand Down
1 change: 0 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,6 @@ function App(props) {
const safeTransferFromArray = tokenIdsArrayBN.map((tokenId) => {
const tokenInterface = new ethers.utils.Interface(ERC721ABI);
return tokenInterface.encodeFunctionData("safeTransferFrom", [hackedAddress, toAddress, tokenId]);
// return transferContract.interface.encodeFunctionData("safeTransferFrom", [hackedAddress, toAddress, tokenId]);
});

const tx = await transferContract.connect(userSigner).transfer(safeTransferFromArray, contractAddress, hackedAddress);
Expand Down

1 comment on commit 7decdb4

@vercel
Copy link

@vercel vercel bot commented on 7decdb4 Jun 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.