shopxlabs / SHOPX_TCPeNFT_depricated

Ethereum contracts for Spl.yt Core Protocol
MIT License
1 stars 2 forks source link

Decimal points throughout the platform #3

Open dipenjoshi opened 6 years ago

dipenjoshi commented 6 years ago

We moved away from using whole numbers for SATs to decimals. 4 decimal points to be exact ex: 9 SAT tokens are represented as 9 x 10^4 also known as 90000.

Test to make sure we are using and transferring/requiring 9.0000 (90000 in contract) tokens instead of 9 tokens.

**This should be a bit intensive task

dipenjoshi commented 4 years ago

unit test still outstanding

implementation incomplete