flashbots / simple-arbitrage

Example arbitrage bot using Flashbots
1.97k stars 743 forks source link

Clarifications #27

Closed bosinupebi closed 2 years ago

bosinupebi commented 2 years ago

Hi can someone please clarify how funds can be or are withdrawn from BundleExecutor.Sol ?

do the profits of the trade stay within the contract and can they be withdrawn?

0xNicoo commented 2 years ago

To withdraw you must use the call function (line 75)

bosinupebi commented 2 years ago

@0xNicoo Thanks