NFT Dutch Auction
in an auction contract, we need a function to get the current auction price.
Videos
Description
In an auction contract, we need a function to get the current auction price. This price may change over time, and it may increase or decrease depending on the auction rules.
The auction's current price is not static but changes according to predefined rules—typically decreasing from a starting price over time until the auction expires. This lesson will guide you through writing a function that calculates and returns the current auction price based on these rules.
Progress During Hackathon
i worked as a solo