Skip to content
Jean-Baptiste Dusseaut edited this page Mar 3, 2021 · 4 revisions

Fungible tokens contract

This contract is mostly a fork from TQ, but create_token has been removed from token_manager.

Contract logic

Besise that the logic remains the same : 

  • Standard fa2 interface.

  • Manages only fungible tokens

  • token_manager interface, to mint and burn tokens.

  • Admin interface, to pause tokens individually.

Each originated FA2 contract can manage several token_id (one per erc20), and this list is immutable. To support additionnal tokens, a new contract must be originated.

Clone this wiki locally