📖
Metapass API
  • Welcome!
  • Quick Start
    • Graph Node Requests
    • Smart Contract Requests
    • Miscellaneous
  • Reference
    • Graph Node API
      • TKETSFactory
      • Event
      • Ticket
      • TicketToken
    • Smart Contract Specifications
      • EventFactory
        • ABI
      • Ticket
        • ABI
Powered by GitBook
On this page
  • EventFactory
  • Ticket
  1. Reference

Smart Contract Specifications

PreviousTicketTokenNextEventFactory

Last updated 3 years ago

This section outlines the function signatures and structs that you need to interact with our smart contracts directly.

EventFactory

This smart contract is responsible for tracking the ownership of each event, as well as mapping each ticket to the event it is under. It is also responsible for the creation of new Ticket smart contracts.

Ticket

This smart contract extends the ERC-721 NFT specification, with a few additional ticketing-related functions.

EventFactory
Ticket