Guest User

Untitled

a guest
Apr 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. pragma solidity ^0.4.23;
  2.  
  3. contract Balance {
  4. function balanceOf() public returns(uint256) {
  5. address(this).balance;
  6. }
  7. }
Add Comment
Please, Sign In to add comment