Skip to content

2.1.0

Compare
Choose a tag to compare
@mpeyfuss mpeyfuss released this 25 Oct 21:24
· 37 commits to main since this release
ed54ef2

General

TLAuctionHouse.sol

  • Reserve & scheduled auctions + buy now sales mechanisms
  • Can set an auction + buy now price at the same time and whichever gets hit first clears the other. Not recommended with scheduled auctions but no harm if you do that either. Best combo is reserve auction + buy now
  • Uses the Manifold Royalty Registry to lookup on-chain royalties

TLStacks721.sol

  • Implementation of the original stacks protocol in Solidity with the option to use ERC-20 tokens
  • Implements a per NFT eth protocol fee

TLStacks1155.sol

  • Implementation of the original stacks protocol in Solidity with the option to use ERC-20 tokens
  • Implements a per NFT eth protocol fee