Code has been added to clipboard!

Stopping the Solidity Auction

Example
address public highestBidder;
    uint public highestBid;

    mapping(address => uint) pendingReturns;

    boolean ended;