Skip to content
Jean-Baptiste Dusseaut edited this page Apr 16, 2021 · 3 revisions

NFT contract

Originally forked from TQ

Contract logic

  • Each NFT contract originated manages exactly one ERC721. Token ids are the same on both chain.

  • Token metadata is the same for all token ids

  • Metadata are not imported from ethereum

  • Contract is pausable

  • Implements the same token_manager interface than Fungible tokens contract

  • Implements the same admin interface than Fungible tokens contract, but without obviously, cannot add new tokens.

Clone this wiki locally