Basic token
/node_modules/zeppelin-solidity/contracts/token/BasicToken.sol

event

Transfer ddf252ad

inputs0addressfrom
inputs1addressto
inputs2uint256value
function, constant

balanceOf 70a08231

Gets the balance of the specified address.

inputs0address_owner

The address to query the the balance of.

outputs0uint256balance
function, constant

totalSupply 18160ddd

function

transfer a9059cbb

transfer token for a specified address

inputs0address_to

The address to transfer to.

inputs1uint256_value

The amount to be transferred.