Table of Contents
This document provides an overview of the application.
It outlines the use cases, i.e. desirable functionality, in addition to requirements for the smart contract and the user interface.
This section contains general information about the functionality of the application and thus does not touch upon any technical aspects.
If you are interested in a functional overview then this is the section for you.
- Allows a user to bid upon an auction if
- The auction has not passed the deadline, not been cancelled, and reserve has not been met
- The users bids with an accepted asset
- The bid meets the initial price for the asset or is greater than the last bid
- The user's total bid is either below or meets the reserve
- Allows a user to cancel an auction they have created if
- The auction has not passed the deadline and reserve has not been met
- Allows a user to create a new auction if
- They have provided an asset to sell
- The asset type that is acceptable to submit as a bid has been specified
- An initial price for the asset has been set
- The duration for the auction has been set
- They have specified whether they would like to set a reserve price
- Allows a user to withdraw their owed assets for an auction if:
- The auction has passed the deadline, been cancelled, or the reserve has been met
- They are the seller or have placed a bid
- They have an outstanding balance
- Returns information on a specific auction
- Returns the total deposit amount a user has made for a specific auction
- Returns the total number of auctions that have been created by the contract