Skip to content

Instantly share code, notes, and snippets.

View Energzine's full-sized avatar

Energzine Integrated Energy Solutions Energzine

View GitHub Profile
pragma solidity ^0.4.4;
contract Energzine {
/// @return total energzine Coin amount of tokens
function totalSupply() constant returns (uint256 supply) {}
/// @param _owner The address from which the balance will be retrieved
/// @return The balance energzine Coin
function balanceOf(address _owner) constant returns (uint256 balance) {}