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
typeof.eth π΅
@typeof.eth
No time for an actual review, but a small readability thing => Solidity can treat ether and time as units, so you can write: offer = 1e12; // 0.000001 ether as offer = 0.000001 ether; and duration = 15 * 60; // 15 minutes as duration = 15 minutes;
1 reply
0 recast
1 reaction
Devin Conley
@conley
slick, didn't know the "minutes" keyword
0 reply
0 recast
1 reaction