Binance users, do not try to deposit SBD

in #binance6 years ago (edited)

While I was checking @deepcrypto8 (Binance's deposit account for STEEM) I saw some users send SBD here. Binance only lists STEEM so SBDs sent here is definitely a mistake.

I quickly created a script to find out how many accounts did that mistake and how much SBDs sent so far.

from beem.account import Account
from beem.amount import Amount


def main():
    binance_deposit_account = "deepcrypto8"
    acc = Account(binance_deposit_account)
    total_sbd_sent = 0
    senders = set()
    for transfer in acc.history(only_ops=["transfer"]):
        amount = Amount(transfer["amount"])
        if amount.asset == "STEEM":
            continue

        if transfer["from"] == binance_deposit_account:
            continue

        senders.add(transfer["from"])
        total_sbd_sent += amount.amount

    sender_count = len(senders)
    print(f"Total SBD sent: {total_sbd_sent}, sender count: {sender_count}")


if __name__ == '__main__':
    main()

Output:

Total SBD sent: 6480.676000000005, sender count: 233

It's around 8000 US dollars.

Not sure @binance has a refund policy on this, but make sure you don't send any SBD to Binance.

Sort:  

That's a lot of money! I guess this can be an easy mistake to make. You should copy-paste all their names here to get their attention, if that's possible with the script you're running. Maybe some of them didn't even know that they made a mistake?

They should be aware of their mistake since the money didn't deposited to their account :)

Yeah, I would hope they did.

Maybe they consider it a tip. XD

I agree; there's no reason for them not to have an auto-refund, unless they just want some free money that is.

Well...possibly signed off on by an employee, just in case they wanted to ever transfer SBD for some reason, but yeah.

Wow. So much crypto lost by inexperienced users. This kind of thing and lost keywords. And crazy fees. Crypto users beware!

Thanks for giving the code. It gives a nice insight into beem. Cheers.

hey, upvote me 8) - A test for the bot

hey, upvote me - another test

hey, upvote me - another test

test

hey, upvote me - another test

test

hey, upvote me - another test

test

Coin Marketplace

STEEM 0.29
TRX 0.12
JST 0.033
BTC 63464.16
ETH 3111.33
USDT 1.00
SBD 3.98