Skip to content

Commit 7d25129

Browse files
committedSep 1, 2018
Readme update
1 parent aa2c0b7 commit 7d25129

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎ALBOS/README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,14 @@ Listing variable show current status of listing, after listing you should call s
5959
## Different tokens conditions
6060

6161
addPrivateSaleTokens - allow owner and admin to transfer tokens from contract to user
62-
addPrivateSaleTokensMulti - allow owner and admin to transfer tokens from contract to users
62+
addPrivateSaleTokensMulti - allow owner and admin to transfer tokens from contract to users
63+
64+
addUniqueSaleTokens - allow owner and admin to transfer tokens with uniqueTokens lock-up from contract to user
65+
addUniqueSaleTokensMulti - allow owner and admin to transfer tokens with uniqueTokens lock-up from contract to users
66+
After purchase 0% of tokens can be transferable
67+
After 3 months of purchase only 30% of tokens can be transferable
68+
After 6 months of purchase only 65% of tokens can be transferable
69+
After 9 months of purchase 100% of tokens can be transferable
6370

6471
addPreSaleTokens - allow owner and admin to transfer tokens with presale lock-up from contract to user
6572
addPreSaleTokensMulti - allow owner and admin to transfer tokens with presale lock-up from contract to users

0 commit comments

Comments
 (0)
Please sign in to comment.