Vaulta

swapmine.wal

Contract

  • Table row type of makerrewards

    {
      "name": "maker_rewards",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "creator",
          "type": "name"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "pool_id",
          "type": "uint64"
        },
        {
          "name": "target_pool_index",
          "type": "uint64"
        },
        {
          "name": "target_pool_quantity",
          "type": "asset"
        },
        {
          "name": "reward_contract",
          "type": "name"
        },
        {
          "name": "reward_supply",
          "type": "asset"
        },
        {
          "name": "reward_released",
          "type": "asset"
        },
        {
          "name": "rewarded",
          "type": "asset"
        },
        {
          "name": "claimed",
          "type": "asset"
        },
        {
          "name": "value",
          "type": "float64"
        },
        {
          "name": "use_stake_weight",
          "type": "bool"
        },
        {
          "name": "stake_contract",
          "type": "name"
        },
        {
          "name": "stake_symbol",
          "type": "symbol"
        },
        {
          "name": "stake_pool_id",
          "type": "uint64"
        },
        {
          "name": "pool_token_index",
          "type": "uint64"
        },
        {
          "name": "price_pool_id",
          "type": "uint64"
        },
        {
          "name": "price_stake_index",
          "type": "uint64"
        },
        {
          "name": "price_token_index",
          "type": "uint64"
        },
        {
          "name": "max_stake_weight",
          "type": "float64"
        },
        {
          "name": "use_time_weight",
          "type": "bool"
        },
        {
          "name": "days",
          "type": "uint64"
        },
        {
          "name": "max_time_weight",
          "type": "float64"
        },
        {
          "name": "sec_weight",
          "type": "float64"
        },
        {
          "name": "use_asset_weight",
          "type": "bool"
        },
        {
          "name": "max_asset_weight",
          "type": "float64"
        },
        {
          "name": "use_upgrade_weight",
          "type": "bool"
        },
        {
          "name": "max_upgrade_weight",
          "type": "float64"
        },
        {
          "name": "reserve_for_on_off",
          "type": "uint64"
        },
        {
          "name": "reserve_for_data_1",
          "type": "uint64"
        },
        {
          "name": "reserve_for_data_2",
          "type": "uint64"
        },
        {
          "name": "reserve_for_data_3",
          "type": "uint64"
        },
        {
          "name": "reserve_for_data_4",
          "type": "uint16"
        },
        {
          "name": "maker_ratio",
          "type": "uint16"
        },
        {
          "name": "team_ratio",
          "type": "uint16"
        },
        {
          "name": "insur_ratio",
          "type": "uint16"
        },
        {
          "name": "reserve_for_double_1",
          "type": "float64"
        },
        {
          "name": "reserve_for_double_2",
          "type": "float64"
        },
        {
          "name": "start_time",
          "type": "time_point_sec"
        },
        {
          "name": "end_time",
          "type": "time_point_sec"
        },
        {
          "name": "lp_power",
          "type": "uint128"
        },
        {
          "name": "last_power_time",
          "type": "time_point_sec"
        }
      ]
    }