It looks like you're new here. If you want to get involved, click one of these buttons!
address your_friend = 0x123; address you = this; uint some_wei = 10; if (you.balance > some_wei) { your_friend.send(some_wei); }
Comments