Closed mrosendin closed 2 years ago
Add Trustline USD ERC20 token. Update mint and burn methods to onlyBy("gov"). Enable as an asset in the Probity system.
onlyBy("gov")
uint256 private _totalSupply; string internal constant _NAME = "Trustline USD"; string internal constant _SYMBOL = "USD"; string internal constant _VERSION = "1.0.0"; uint8 internal constant _DECIMALS = 18;
Add Trustline USD ERC20 token. Update mint and burn methods to
onlyBy("gov")
. Enable as an asset in the Probity system.