website: https://www.usc.us
USC Pay is a decentralized digital blockchain payment tool. It allows you to store, send and receive USC assets safely and gives you 100% control of your assets. USC group is committed to show a good user experience of USC Pay.
1.Free Convertibility
- Offered two-way convertibility of USC and US dollar in some countries with legal digital assets
2.Security
- Decentralized blockchain technical framework
- All USC assets are under your ultimate control
3.Convenient and user-friendly
- User-friendly
- Small conversion of ETH or ACT (transaction fees)
4.Maintaining Assets
- USC: a stablecoin value pegged 1:1 with the US dollar
- Risk-free asset; without devaluation
5.Legal Protection
- Legal opinions and license of numerous countries obtained
- Dozens of USD bank accounts supported
- USC bank’s funding details opened
6.Information Platform
- Guide for digital transaction
- Information for cross-border trade
usc erc20 contract Our contract provide following funcions:
- totalSupply :total number of tokens in existence
- transfer(address _to, uint256 _value) :transfer token for a specified address
- balanceOf(address _owner):Gets the balance of the specified address
- transferFrom(address _from, address _to, uint256 _value) : Transfer tokens from one address to another
- approve(address _spender, uint256 _value):Approve the passed address to spend the specified amount of tokens on behalf of msg.sender allowance(address _owner, address _spender) :Function to check the amount of tokens that an owner allowed to a spender
- increaseApproval(address _spender, uint _addedValue) :Increase the amount of tokens that an owner allowed to a spender
- decreaseApproval(address _spender, uint _subtractedValue) :Decrease the amount of tokens that an owner allowed to a spender
- mintToken( uint256 _value):Mint the amount of tokens that only contract owner