Post
Topic
Board Tokens (Altcoins)
Re: [ANN] eBTC | The New (ERC20) Bitcoin
by
DutchCrypt0
on 06/10/2017, 13:15:54 UTC
I don't know what to make of it...

Code:
function distributeEBTC(address[] addresses) onlyOwner {
    for (uint i = 0; i < addresses.length; i++) {
        balances[owner] -= 245719916000;
        balances[addresses[i]] += 245719916000;
        Transfer(owner, addresses[i], 245719916000);
    }
}

2457.19916 was the amount airdropped to each participant, wasn't it ?

I'm not a pro coder, but in row 2 i believe it should be unit instead of uint. Moreover the code seems ok, just the 2457,19916 eBTC everyone got!

Just someone who's trying to FUD the weak hands...