Vaulta

etherbitcoin

Contract

  • Table row type of states

    {
      "name": "state",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "int64"
        },
        {
          "name": "total_stake",
          "type": "asset"
        },
        {
          "name": "last_finish_at",
          "type": "uint32"
        },
        {
          "name": "paying",
          "type": "bool"
        },
        {
          "name": "last_pay_account",
          "type": "name"
        },
        {
          "name": "last_pay_quant",
          "type": "token_asset"
        },
        {
          "name": "last_pay_remain",
          "type": "token_asset"
        },
        {
          "name": "last_pay_pool_id",
          "type": "int64"
        }
      ]
    }