Post
Topic
Board Tokens (Altcoins)
Re: [ANN] eBTC | The New (ERC20) Bitcoin
by
lukunku
on 06/10/2017, 13:17:17 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 dont know understand it either can someone explain?