Content
@
https://www.bountycaster.xyz
0 reply
0 recast
0 reaction
Devin Conley
@dcon.eth
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
Daniel - Bountycaster
@pirosb3
Disclaimer: Not a smart contract engineer. A few observations on this contract: 1/n
1 reply
0 recast
1 reaction
Daniel - Bountycaster
@pirosb3
Currently, the contract hard codes several important parameters (auction price range, duration) that are hardcoded. Good practice is to pass these in as constructor arguments. Also consider adding functions to potentially change these parameters after they are set
3 replies
0 recast
1 reaction