ConsenSysMesh / ConsenSysMesh/curationmarkets
Is costOfToken = 2*BaseCost when supply=0?
Open
- Dominant language
- No language data
- Stars
- 131
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
`costOfCoupon = (BaseCost + BaseCost*(1.000001618^AvailableSupply)+BaseCost*AvailableSupply/1000)`
In this formula, if AvailableSupply = 0, when the constructor is called, CostOfCoupon = 2*BaseCost. Is it the expected behavior? The naming seems to be a bit misleading as I was expecting costOfCoupon = BaseCost at the start.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.