FreezableToken

Events

Freezed

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

NameTypeDescription
toaddress
releaseuint64
amountuint256

Released

event Released(address owner, uint256 amount)

NameTypeDescription
owneraddress
amountuint256

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
_owneraddressThe address to query the the balance of.

Returns:

NameTypeDescription
balanceuint256An 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
_owneraddressThe address to query the the balance of.

Returns:

NameTypeDescription
balanceuint256n uint256 representing the amount owned by the passed address.

freezingBalanceOf

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

NameTypeDescription
_owneraddress

Returns:

NameTypeDescription
balanceuint256