Content
@
0 reply
0 recast
0 reaction
Devin Conley
@conley
Bug bounty for a single solidity contract that handles receiving (buying) and reselling 721s and 1155s via dutch auction in shuffled bundles Payout: 100 usdc for any logical bug or significant gas optimization Deadline: 2023/12/22 Repo: https://github.com/devinaconley/garage-sale @bountybot
6 replies
0 recast
2 reactions
Timmy🎩🐹⬆🕵️♂️
@timmykwesi.eth
Great one. I'll see what I can find 🔍
2 replies
0 recast
1 reaction
Timmy🎩🐹⬆🕵️♂️
@timmykwesi.eth
On line 455, the emit event happens within the for loop. Usually, you'd want to emit an event only once at the end of the loop.
1 reply
0 recast
1 reaction
Devin Conley
@conley
ah yes, did this for consistency with the erc721 receive method. Could have done a batch event and used list parameters
0 reply
0 recast
0 reaction