{% import "bootstrap/wtf.html" as wtf %} {% from "_macros.html" import showPost, formatOp %} {% extends "layout.html" %} {% block content %} {% include "_messages.html" %} {% include "user-header.html" %}

BALANCES

STEEM

Steem, tradeable tokens that may be transferred at anytime. Steem can be converted to Steem Power in a process called powering up.

{{ steem_balance | currency}} STEEM
STEEM POWER

Steem Power, influence tokens that earn more power for holding long term and voting on posts. The more one holds the more one can influence other’s rewards and earn rewards for accurate voting.

{{ vets_shares | currency }} VEST

~ {{ vesting_shares | currency }} STEEM

STEEM DOLLAR

Tokens worth about $1.00 of Steem.

{{sbd_balance | currency }} SBD
Estimated Value

The estimated value is based on a 7 day average value of Steem.

${{ ((vesting_shares + steem_balance) * price + sbd_balance) | currency }}

SteemDollar Interest

Last Interest Payment

Actualy time of the last interest payment.

{{ interest["last_payment"] | age }} ago ({{ interest["last_payment"] }})
Next Interest Payment

The earliest time to be able to obtain interest.

in {{ interest["next_payment_duration"] | age }} ({{ interest["next_payment"] }})
Interest Rate (yearly)

The yearly interest rate as defined by the witnesses (can change at any time without further notice).

{{ interest["interest_rate"] }}%
Currently Accumulated Interest

If you could claim now, you would obtain this amount.

{{ interest["interest"] | currency }} SBD

Transaction

{% for tx in transactions %} {% endfor %}
# time block type
{{tx[0]}} {{tx[1]["timestamp"]}} {{tx[1]["block"]}} {{formatOp(tx[1]["op"])}}
{{ wtf.quick_form(transactionFilterForm) }}
{% endblock %}