Skip to content

Commit e3bfa06

Browse files
authored
Merge pull request #18 from SpringRole/kar2905-patch-1
add comments
2 parents 6261e30 + 793f064 commit e3bfa06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

contracts/SRTToken.sol

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
pragma solidity ^0.4.18;
22

3+
/**
4+
* Token for SpringRole PreMint. This token is usable on the mainnet
5+
* Go to https://beta.springrole.com to start!
6+
* At the time of writing this contract, this token can be used for reserving vanity URL.
7+
* More features will be added soon.
8+
*/
9+
10+
311
/**
412
* @title ERC20Basic
513
* @dev Simpler version of ERC20 interface

0 commit comments

Comments
 (0)