You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no check to ensure that Zora auctions are settled in ETH. User funds do not appear to be at risk as the Zora AuctionHouse contract will revert if the specified bid amount is not provided in the target currency. This said, PartyBid instances that target Zora auctions that aren’t settled in ether are a waste of time for PartyBid users.
To prevent such instances from being created by the PartyBidFactory, a check can be made in the ZoraMarketWrapper’s auctionIdMatchesToken function that the auction’s currency is ether (address 0).
Looking at this suggested implementation, renaming auctionIdMatchesToken as validAuctionIdForToken may make sense since this additional check is included here.
The text was updated successfully, but these errors were encountered:
iainnash
changed the title
RE Audit #2
RE: alextowle Audit #2 Change
Jul 12, 2021
Looking at this suggested implementation, renaming
auctionIdMatchesToken
asvalidAuctionIdForToken
may make sense since this additional check is included here.The text was updated successfully, but these errors were encountered: