-
Notifications
You must be signed in to change notification settings - Fork 7
Jean-Baptiste Dusseaut edited this page Mar 30, 2021
·
4 revisions
This contract is mostly a fork from TQ, but create_token has been removed from token_manager.
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
minter
role. -
Admin interface, to pause tokens individually, and a new token. Can only be called by the
admin
role.
Each originated FA2 contract can manage several token_id (one per erc20). The list can be extended by the contract administrator.