-
Notifications
You must be signed in to change notification settings - Fork 7
Jean-Baptiste Dusseaut edited this page Mar 3, 2021
·
4 revisions
This contract is mostly a fork from TQ, but create_token has been removed from token_manager.
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.