Closed stefek99 closed 6 years ago
Well people can withdraw their bids, so you may still want to submit bids at a valuation lower than the current one. And even if it was not possible, this should be dealt at the UI level not the smart contract one. The smart contracts must prevent malicious behaviour, the UI must prevent the stupid ones.
The smart contracts must prevent malicious behaviour, the UI must prevent the stupid ones.
That's a great material for a tweet :)
But...
The valuation is known after the
finalize
.So when someone sends
100000 ether
at1 wei
valuation...These are small details, mostly around common sense and input sanitization.