FreezableToken

Events

Freezed

event Freezed(address to, uint64 release, uint256 amount)

NameTypeDescription

to

address

release

uint64

amount

uint256

Released

event Released(address owner, uint256 amount)

NameTypeDescription

owner

address

amount

uint256

Functions

balanceOf

function balanceOf(address _owner) public view returns (uint256 balance) view public

Developer note: Gets the balance of the specified address include freezing tokens.

NameTypeDescription

_owner

address

The address to query the the balance of.

Returns:

NameTypeDescription

balance

uint256

An uint256 representing the amount owned by the passed address.

actualBalanceOf

function actualBalanceOf(address _owner) public view returns (uint256 balance) view public

Developer note: Gets the balance of the specified address without freezing tokens.

NameTypeDescription

_owner

address

The address to query the the balance of.

Returns:

NameTypeDescription

balance

uint256

n uint256 representing the amount owned by the passed address.

freezingBalanceOf

function freezingBalanceOf(address _owner) public view returns (uint256 balance) view public

NameTypeDescription

_owner

address

Returns:

NameTypeDescription

balance

uint256