Review balances, transfer funds, and track your transaction history.
Support shared community goals with direct deposits.
No <%= config.communityFunds.plural.toLowerCase() %> are active right now.
<% } else { %>All account activity with UUID records.
| UUID | Type | Amount | From | To | Note | Date |
|---|---|---|---|---|---|---|
| <%= tx.type %> | <%= tx.amount %> | <%= fromName %> | <%= toName %> |
<% if (tx.activity_reward) { %>
<%= tx.note_display %><% if (tx.activity_reward.hourStart && tx.activity_reward.hourEnd) { %>
<%= new Date(tx.activity_reward.hourStart).toLocaleString() %> -
<%= new Date(tx.activity_reward.hourEnd).toLocaleString() %>
<% } %>
|
<%= new Date(tx.created_at).toLocaleString() %> |