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

Tradeport

This page details all supported event types and example transactions for the Tradeport marketplace, across both V1 and V2 contracts.

Contract Address

Contract VersionAccount Address
Mainnet0xe11c12ec495f3989c35e1c6a0af414451223305b579291fc8f3d9d0575a23c26

This address is the on-chain account for Tradeport’s contract deployment, used across both V1 and V2 versions.

Important:
While most marketplaces aim for a single contract supporting both v1 and v2 tokens, Tradeport is an exception.

  • The V1 contract exclusively handles Aptos v1 tokens.
  • The V2 contract exclusively handles Aptos v2 tokens.
  • Both contracts share the same account but operate independently.

When building queries, make sure to align your token standard with the correct contract version for accurate results.


Supported Event Types

V1 Contract

Standard Event TypeRaw On-Chain Event Type (i.e. entry function)Example Txn Version
Offers
token_offer_createdbiddings::InsertTokenBidEvent2377828353
token_offer_cancelledbiddings::DeleteTokenBidEvent2361990811
token_offer_filledbiddings::AcceptTokenBidEvent2332332877
Collection Offers
collection_offer_createdbiddings::InsertCollectionBidEvent2386877471
collection_offer_cancelledbiddings::DeleteCollectionBidEvent2386876427
collection_offer_filledbiddings::AcceptCollectionBidEvent2386481933
Listings
listing_createdlistings::InsertListingEvent2386786871
listing_cancelledlistings::DeleteListingEvent2386786127
listing_filledlistings::BuyEvent2386133110

V2 Contract

Standard Event TypeRaw On-Chain Event Type (i.e. entry function)Example Txn Version
Offers
token_offer_createdbiddings_v2::InsertTokenBidEvent2386133936
token_offer_cancelledbiddings_v2::DeleteTokenBidEvent2386142672
token_offer_filledbiddings_v2::AcceptTokenBidEvent2298838662
Collection Offers
collection_offer_createdbiddings_v2::InsertCollectionBidEvent2386891051
collection_offer_cancelledbiddings_v2::DeleteCollectionBidEvent2386889884
collection_offer_filledbiddings_v2::AcceptCollectionBidEvent2386021136
Listings
listing_createdlistings_v2::InsertListingEvent2386809975
listing_cancelledlistings_v2::DeleteListingEvent2386716658
listing_filledlistings_v2::BuyEvent2386455218