You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Solidity contract implements an English auction for an ERC721 token, allowing participants to bid and withdraw their funds if not the highest bidder. The auction can be started with a minimum bid and a duration, and can only be ended by the seller or the highest bidder when the time passes.