Table represents vesting shares and corresponding SP started to be withdrawn with Power Down mechanism (13 weeks).
Date | Accounts | Vesting Shares | SP |
---|---|---|---|
9 Feb | 101 | 511 474 963 | 260 698 |
10 Feb | 106 | 715 139 693 | 841 845 |
11 Feb | 118 | 309 961 849 | 157 987 |
12 Feb | 103 | 615 655 876 | 313 799 |
13 Feb | 100 | 148 392 106 | 75 635 |
14 Feb | 394 | 14 807 044 706 | 7 547 150 |
15 Feb(UTC10:30) | 119 | 1 651 649 158 | 841 845 |
Data aquired with SteemSQL:
select
count(vesting_shares),SUM(vesting_shares)/(1/0.0005097)
from
txwithdraws
where
YEAR(timestamp) = 2020 and month(timestamp) = 2 and day(timestamp) = {$day}
/(1/0.0005097)
part is for converting shares to SP according to steemd.com info:
Vesting fund
210,048,517 STEEM
412,118,263,589 VESTS
0.0005097 S/V
See any errors? Tell me!
Honestly surprised it isn't higher.