Burnable Token
/contracts/zeppelin/token/BurnableToken.sol

event

Burn cc16f5db

inputs0addressburner
inputs1uint256value
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

burn 42966c68

Burns a specific amount of tokens.

inputs0uint256_value

The amount of token to be burned.

function, constant

totalSupply 18160ddd

total number of tokens in existence

function

transfer a9059cbb

transfer token for a specified address

inputs0address_to

The address to transfer to.

inputs1uint256_value

The amount to be transferred.