Skip to content

Instantly share code, notes, and snippets.

View hemant6488's full-sized avatar
👨‍💻
Busy building scalable services...

Hemant Kumar hemant6488

👨‍💻
Busy building scalable services...
View GitHub Profile

alt text

Digital Ocean Promo Coupon Code $35 / $100 1 Year Free Trial

1) Get $100 Credit For 60 Days. $100 Free Credits

2) Get Additional $35 / $25 / $20 / $10 free DigitalOcean Credit.

3) Get DigitalOcean 1 Year Free Trial using Github Student Developer Pack.

@hemant6488
hemant6488 / PayEmployees.sol
Last active September 15, 2017 18:43
PayEmployees Smart Contract
pragma solidity ^0.4.0;
contract PayEmployees {
address[] employees = [0xBfa227e86d0de4d5B53EC19F7be49E11Ab877138, 0x513DB15468904B74e9F175B56bdA4C8Db8149E67];
uint totalReceived = 0;
mapping(address => uint) withdrawnAmounts;
function PayEmployees() payable{
updateTotalReceived();
0x9caC60272E216bAc980C6B3BdA6B2930D259f572