Vaulta

core.ogx

Contract

  • Table row type of supply

    {
      "name": "supply",
      "base": "",
      "fields": [
        {
          "name": "last_mint_event",
          "type": "uint64"
        },
        {
          "name": "week_counter",
          "type": "uint64"
        },
        {
          "name": "minter_reward",
          "type": "asset"
        },
        {
          "name": "initial_weekly_supply",
          "type": "asset"
        },
        {
          "name": "max_minter_reward",
          "type": "asset"
        },
        {
          "name": "mint_period_duration",
          "type": "uint64"
        },
        {
          "name": "inflation_start_date",
          "type": "uint64"
        },
        {
          "name": "mint_buffer",
          "type": "uint64"
        },
        {
          "name": "supply_decay_start",
          "type": "uint64"
        },
        {
          "name": "supply_decay_end",
          "type": "uint64"
        },
        {
          "name": "decay_rate",
          "type": "uint128"
        },
        {
          "name": "terminal_supply_rate_annual",
          "type": "uint128"
        }
      ]
    }