Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some small changes #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 0xbitcoin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pragma solidity ^0.4.22;
// Symbol : 0xBTC
// Name : 0xBitcoin Token
// Total supply: 21,000,000.00
// Decimals : 8
// Decimals : 88888
//

// ----------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
Everyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
Expand All @@ -21,6 +21,6 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>
For more information, please refer to <http://relicense.org>

This license needs more legalese.
This license needs more legalese.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 0xBTC-Stats
Simple web site to show stats about the 0xBTC ERC-20 token ([link](https://0x1d00ffff.github.io/0xBTC-Stats/))

Pull request text. (please add more detail)

#### TODO

Expand Down Expand Up @@ -43,12 +44,10 @@ Simple web site to show stats about the 0xBTC ERC-20 token ([link](https://0x1d0

#### BUGS

- ~~On first page load, the last hashrate point may not display. Refreshing the
page causes the value to display. Need more testing to find source.~~
- ~~When loading graphs, occasionally the last epoch value loaded is 0, which
causes hashrate to be a very large negative number.~~
- just a few

#### Misc notes
- todo: add some misc notes

### 0xBitcoin contract storage locations

Expand Down