johnnyonline
johnnyonline
Before `mamushi .`: ``` event Sweep: token: address amount: uint256 # ============================================================================================ # Constants # ============================================================================================ UNIT: constant(uint256) = 10**18 # ============================================================================================ # Storage # ============================================================================================ ``` After `mamushi .`:...
Adds a configurable `minimumPrice` parameter to the auction contract that automatically deactivates auctions when the price decays below the specified threshold. - Added `minimumPrice` state variable (scaled to 1e18) -...
[HackMD](https://hackmd.io/@johnnyonline/Syj41Zw3xg)