Vaulta

ilovekolobok

Contract

  • Table row type of beautya

    {
      "name": "beautya",
      "base": "",
      "fields": [
        {
          "name": "beauty_board",
          "type": "beauty_participant_info[]"
        },
        {
          "name": "decay_percent",
          "type": "uint64"
        },
        {
          "name": "last_decay_time",
          "type": "time_point"
        },
        {
          "name": "decay_period_sec",
          "type": "uint64"
        },
        {
          "name": "best_ever_kolobok",
          "type": "beauty_best_kolobok"
        },
        {
          "name": "prize_firstplace",
          "type": "first_position_prize"
        },
        {
          "name": "max_amount_of_participants",
          "type": "uint64"
        }
      ]
    }