Vaulta

emanateoneos

Contract

  • Table row type of tiers

    {
      "name": "tier",
      "base": "",
      "fields": [
        {
          "name": "tier_class",
          "type": "uint64"
        },
        {
          "name": "initialLockupPeriod",
          "type": "uint64"
        },
        {
          "name": "initialBlock",
          "type": "uint64"
        },
        {
          "name": "postLockupPercent",
          "type": "uint64"
        },
        {
          "name": "postLockupPeriod",
          "type": "uint64"
        },
        {
          "name": "d_postLockupTime",
          "type": "uint64"
        },
        {
          "name": "d_postLockupPercent",
          "type": "uint64"
        }
      ]
    }