event Freezed(address to, uint64 release, uint256 amount)
Name | Type | Description |
---|---|---|
event Released(address owner, uint256 amount)
Name | Type | Description |
---|---|---|
function balanceOf(address _owner) public view returns (uint256 balance)
view public
Developer note: Gets the balance of the specified address include freezing tokens.
Returns:
function actualBalanceOf(address _owner) public view returns (uint256 balance)
view public
Developer note: Gets the balance of the specified address without freezing tokens.
Returns:
function freezingBalanceOf(address _owner) public view returns (uint256 balance)
view public
Returns:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
to
address
release
uint64
amount
uint256
owner
address
amount
uint256
_owner
address
The address to query the the balance of.
balance
uint256
An uint256 representing the amount owned by the passed address.
_owner
address
The address to query the the balance of.
balance
uint256
n uint256 representing the amount owned by the passed address.
_owner
address
balance
uint256