Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function addTotalSupply(uint256 _value) public onlyOwner {
  2. totalSupply = totalSupply.add(_value);
  3. }
  4.  
  5. balances.addTotalSupply(_amount);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement