Flipside TeamEmission to bonders
    Updated 2 hours ago
    with t_index as (select *
    from (VALUES
    ('1', '2023-05'),
    ('2', '2023-06'),
    ('3', '2023-07'),
    ('4', '2023-08'),
    ('5', '2023-09'),
    ('6', '2023-10'),
    ('7', '2023-11'),
    ('8', '2023-12'),
    ('9', '2024-02'),
    ('10', '2024-03'),
    ('11', '2024-04'),
    ('12', '2024-05'),
    ('13', '2024-06'),
    ('14', '2024-07'),
    ('15', '2024-08'),
    ('16', '2024-09'),
    ('17', '2024-10'),
    ('18', '2024-11')

    ) AS t (Epoch, epoch_index)
    ),
    epoches as (
    select
    DATE_DAY,
    case
    when DATE_DAY<'2023-05-03' then 1
    when DATE_DAY>='2023-05-03' and DATE_DAY<'2023-06-28' then 2
    when DATE_DAY>='2023-06-28' and DATE_DAY<'2023-07-28' then 3
    when DATE_DAY>='2023-07-28' and DATE_DAY<'2023-08-27' then 4
    when DATE_DAY>='2023-08-27' and DATE_DAY<'2023-09-26' then 5
    when DATE_DAY>='2023-09-26' and DATE_DAY<'2023-10-27' then 6
    when DATE_DAY>='2023-10-27' and DATE_DAY<'2023-11-26' then 7
    when DATE_DAY>='2023-11-26' and DATE_DAY<'2023-12-26' then 8
    when DATE_DAY>='2023-12-26' and DATE_DAY<'2024-02-12' then 9
    Last run: about 2 hours agoAuto-refreshes every 12 hours
    EP1
    EPOCH_INDEX
    Epoch
    Bonds amount
    Bonding programmes supply
    Available emissions
    1
    12023-051 = 2023-050
    2
    22023-062 = 2023-060
    3
    32023-073 = 2023-071023397.02832047
    4
    42023-084 = 2023-083749726.93475359
    5
    52023-095 = 2023-09277789.961806355
    6
    62023-106 = 2023-102049091.67167314
    7
    72023-117 = 2023-112598937.55694348
    8
    82023-128 = 2023-12474124.273050126
    9
    92024-029 = 2024-02115540.224636071
    10
    102024-0310 = 2024-03331151.468565541
    11
    112024-0411 = 2024-0494698.805092221
    12
    122024-0512 = 2024-0537655.995167302
    13
    132024-0613 = 2024-060
    14
    142024-0714 = 2024-070
    15
    152024-0815 = 2024-080
    16
    162024-0916 = 2024-094.063474009
    17
    172024-1017 = 2024-101258967.01273953
    18
    182024-1118 = 2024-11223062.525139807
    18
    927B
    15s