Skip to content

Instantly share code, notes, and snippets.

@n1c01a5
Created January 30, 2017 11:30
Show Gist options
  • Save n1c01a5/c5d2476dbbc21d613b30cd506f3d9f28 to your computer and use it in GitHub Desktop.
Save n1c01a5/c5d2476dbbc21d613b30cd506f3d9f28 to your computer and use it in GitHub Desktop.
#3 – get balance smart contract on Ethereum
contract creatorBalanceChecker
{
function getBalance() constant returns (uint)
{
return msg.sender.balance;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment