1.0.0-alpha.16 • Published 11 months ago

@rabbitholegg/questdk-plugin-foundation v1.0.0-alpha.16

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Foundation

Foundation is a decentralized platform that leverages blockchain technology to empower artists and creators by enabling them to mint, auction, and trade unique digital art pieces as non-fungible tokens (NFTs).

Mint Plugin

Implementation Details

Foundation is available on BASE and Ethereum networks.

All mints are routed throught the NFTDropMarket contract. There is two main functions that we are interested in, mintFromFixedPriceSaleV2 and mintFromDutchAuctionV2. Fixed Price sales will account for about ~95% of all foundation mints.

In the getFees function, we try to get the fees using the method getFixedPriceSaleV2 on the drop market contract first, then we try getDutchAuctionV2. If it fails, we return the fallback fee structure. A valid Dutch Auction will return a zero address when calling getFixedPriceSaleV2, so we can use this as a flag to try getDutchAuctionV2.

Sample Mints

Example Transactions

1.0.0-alpha.16

11 months ago

1.0.0-alpha.15

11 months ago

1.0.0-alpha.14

11 months ago

1.0.0-alpha.13

11 months ago

1.0.0-alpha.12

12 months ago

1.0.0-alpha.11

12 months ago

1.0.0-alpha.10

12 months ago

1.0.0-alpha.9

12 months ago

1.0.0-alpha.8

1 year ago

1.0.0-alpha.7

1 year ago

1.0.0-alpha.6

1 year ago

1.0.0-alpha.5

1 year ago

1.0.0-alpha.3

1 year ago

1.0.0-alpha.2

1 year ago

1.0.0-alpha.1

1 year ago