You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`rate` is now accepted as multiplied by 10^18 to allow settting higher price than 1ETH/POLY per token.
10
+
11
+
## USDTieredSTO 2.0.1
12
+
* Added `buyTokensView` and `getTokensMintedByTier` to USDTSTO.
13
+
* Added `getSTODetails` to USDTSTO.
14
+
* Added an Array of Tiers that will hold data about every tier in USDTSTO.
15
+
* Added `buyWithETHRateLimited`, `buyWithPOLYRateLimited` and `buyWithUSDRateLimited` to USDTSTO.
16
+
* Added `getTokensSoldByTier` to return sold (not minted during finalisation) tokens in each tier to USDTSTO.
17
+
* Removed individual mappings for tier data removed in UDSTSTO.
18
+
19
+
## GeneralTransferManager
20
+
*`getInvestors`, `getAllInvestorsData`, `getInvestorsData` added to GTM to allow easy data queries.
21
+
*`modifyDefaults(uint64 _defaultFromTime, uint64 _defaultToTime)` added which sets a default timestamp used when `fromTime` or `toTime` are 0
22
+
* Add `address[] public investors` to record a list of all addresses that have been added to the whitelist (`getInvestors`).
23
+
* General Transfer Manager: Fix for when `allowAllWhitelistIssuances` is FALSE
24
+
* General Transfer Manager: Make GTM a Proxy based implementation to reduce deployment gas costs
25
+
* Changed the version of `GeneralTransferManagerFactory` from `1.0.0` to `2.1.0`.
7
26
8
27
## Manual Approval TransferManager
9
28
* Removed `0x0` check for the `_from` address to `ManualApprovalTransferManager`. This allows for the Issuer/Transfer Agent to approve a one-off mint of tokens that otherwise would not be possible.
10
-
* Changed the version of `ManualApprovalTransferManagerFactory` from `1.0.0` to `2.0.1`.
29
+
* Changed the version of `ManualApprovalTransferManagerFactory` from `1.0.0` to `2.1.0`.
11
30
* Deployed 2.0.1 `ManualApprovalTransferManagerFactory` to address 0x6af2afad53cb334e62b90ddbdcf3a086f654c298
12
31
32
+
## Dividends
33
+
* Changed the version of `ERC20DividendCheckpointFactory` & `EtherDividendCheckpointFactory` from `1.0.0` to `2.1.0`.
34
+
* Applied proxy pattern to Dividends modules
35
+
36
+
## Changed
37
+
*`getAllModulesAndPermsFromTypes()` does not take securityToken address as a parameter anymore.
0 commit comments