Skip to content
πŸŽ‰ Welcome to the new Aptos Docs! Click here to submit an issue.

Topaz (Deprecated)

⚠️

Marketplace Deprecated
Topaz is no longer operational as a marketplace. However, we continue to include its historical data in our NFT Aggregator for reference.

Contract Address

Contract VersionAccount Address
Mainnet0x2c7bccf7b31baf770fdbcc768d9e9cb3d87805e255355df5db32ac9a669010a2

This address is the on-chain account for Topaz’s contract deployment.


Supported Event Types

Standard Event TypeRaw On-Chain Event Type (entry function)Example Txn Version
Offers
token_offer_createdevents::BidEvent1645629583
token_offer_cancelledevents::CancelBidEvent86119627
token_offer_filledevents::SellEvent984827420
Collection Offers
collection_offer_createdevents::CollectionBidEvent85566357
collection_offer_cancelledevents::CancelCollectionBidEvent2787969
collection_offer_filledevents::FillCollectionBidEvent2367804069
Listings
listing_createdevents::ListEvent1964348978
listing_cancelledevents::DelistEvent2331658551
listing_filledevents::BuyEvent2379182335

Historical Data Access

While Topaz is no longer operational, all historical marketplace events remain accessible through the NFT Aggregator API. You can filter specifically for Topaz marketplace activity using the marketplace field:

query GetTopazHistoricalActivity {
  nft_marketplace_activities(
    where: {marketplace: {_eq: "topaz"}}
  ) {
    txn_version
    standard_event_type
    token_data_id
    }
}