About token - Waiviogit/waivio GitHub Wiki

58708893 - SMT contract launch;

57,871,081 - block number when we create a token.

4922021 - blocknumber for market pool hive engine when it started working properly.

Tokenfunds contract

RU Логика выплат по proposals: выбираются записи proposals и сортируем по 2 критериям: 1) weight 2) creation time Proposal с самым большим weight получает преимущество в выплате (Max Payment Per Day = 100 proposal1 per day = 80; weight 100 proposal2 per day = 80; weight 99, proposal1 получает 80 proposal2 20). В случае если weight одинаковый преимущество получает proposal который создан раньше

Max Payment Per Day:

  • если нет активных proposal новые токены не issue
  • если есть активный(е) proposal и их суммарный per day < Max Payment Per Day, допустим sum всех proposal 70, а Max Payment Per Day 100, будет issued 70 токенов

EN Payment logic for proposals: records proposals are selected and sorted by 2 criteria: 1) weight 2) creation time The proposal with the highest weight gets the advantage in payment (Max Payment Per Day = 100 proposal1 per day = 80; weight 100 proposal2 per day = 80; weight 99, proposal1 gets 80 proposal2 20). If weight has the same advantage, the proposal that was created earlier gets

Max Payment Per Day:

  • if there are no active proposals, new tokens are not an issue
  • if there is an active proposal (s) and their total per day <Max Payment Per Day, we admit the sum of all proposals is 70, and Max Payment Per Day is 100, 70 tokens will be issued

Additional information

  • [Token] Set up DTF contract for waiv token #5740