Skip to main content

Vyper Simple Auction

A simple English auction contract in Vyper where the highest bidder wins when the auction ends. A simple English auction contract in Vyper where the highest bidder wins when the auction ends.

Explanation

This Vyper auction accepts increasing bids until the end time. Outbid bidders are automatically refunded. When the auction ends, the beneficiary receives the highest bid.

Code


Canonical knowledge ID: code-example:vyper-simple-auction