-
Couldn't load subscription status.
- Fork 7
Jean-Baptiste Dusseaut edited this page Apr 16, 2021
·
4 revisions
This contract is mostly a fork from TQ, but admin role has been splitted in two :
-
minter, who can mint or burn tokens -
admin, who can pause tokens and add new ones.
Beside that the logic remains the same :
-
Standard fa2 interface.
-
Manages only fungible tokens
-
token_manager interface, to mint and burn tokens. Can only be called by the
minterrole. -
Admin interface, to pause tokens individually, and add a new token. Can only be called by the
adminrole.
Each originated FA2 contract can manage several token_id (one per erc20). The list can be extended by the contract administrator.