I don't know what to make of it...
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...