Smart Contracts
Explore the top verified smart contracts on Ethereum by transaction volume to help you build your dapps.

Browse Popular Projects
Browse By Category
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
DEFAULT Results filtered by descending transaction volume
NounsSeeder
The following smart contract is an implementation of the INounsSeeder interface. It generates a pseudorandom seed for a given noun ID using blockhash and returns it as a Seed struct. The Seed struct contains randomly generated values for background, body, accessory, head, and glasses, which are used to generate a unique Noun image using the INounsDescriptor interface.
NounsAuctionHouse
The following smart contract is an implementation of an auction house for Nouns, a non-fungible token (NFT) project. The contract allows users to create and bid on auctions for Nouns tokens. The contract is pausable and includes a time buffer, reserve price, and minimum bid increment percentage. The contract also includes functions for settling auctions and creating new ones.
NounsDAOExecutor
The following smart contract is a DAO executor that allows for delayed execution of transactions. It includes functions for setting and accepting admin, setting delay, queuing, cancelling, and executing transactions. Transactions can only be executed by the admin and must meet certain time constraints. The contract also includes events for tracking transaction status.
NounsToken
The following smart contract is the NounsToken contract, which is an ERC721 token contract that represents unique Nouns. It includes functionality for minting and burning Nouns, as well as setting and locking the minter, descriptor, and seeder. The contract also includes a modifier for only allowing the nounders DAO to perform certain actions. The NounsToken contract is used in a larger project for generating and displaying unique Nouns.
Start building on Alchemy
Get Started for Free
Browse smart contracts from other popular projects
Build blockchain magic with Alchemy
Alchemy combines the most powerful web3 developer products and tools with resources, community and legendary support.
