We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f26c1 commit 4cb2573Copy full SHA for 4cb2573
contracts/InviteToken.sol
@@ -205,8 +205,8 @@ contract WhiteListedContracts is Ownable {
205
contract InviteToken is Ownable,StandardToken,WhiteListedContracts {
206
using SafeMath for uint256;
207
208
- string constant public name = 'SpringRole Pre Mint Token';
209
- string constant public symbol = 'SRPMT';
+ string constant public name = 'Invite Token';
+ string constant public symbol = 'INVITE';
210
uint constant public decimals = 18;
211
uint256 public totalSupply;
212
uint256 public maxSupply;
0 commit comments