trustline-inc / probity

A transparent asset-based lending protocol implemented for the EVM.
https://docs.trustline.co
Other
3 stars 1 forks source link

USD ERC20 #284

Closed mrosendin closed 2 years ago

mrosendin commented 2 years ago

Add Trustline USD ERC20 token. Update mint and burn methods to onlyBy("gov"). Enable as an asset in the Probity system.

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;