Auction Functionalities (Auction Contract)
Auction SafleID: This method puts the users SafleID for auction
Bid for SafleID: This method allows users to bid for a SafleID that is available for auction
Refund to bidders: This method refunds the funds to all users except the winner. It internally calls the method to transfer SafleID ownership to the winner
Transfer SafleID: This method transfers the ownership of a SafleID to the highest bidder
Get list of bidders: This method fetches the list of all bidders for an auction
Get bid rate: This method fetches the bid of a particular bidder for an auction
Last updated