Vaulta

fastwinhold2

Contract

  • Table row type of globalstates

    {
      "name": "st_globalstate",
      "base": "",
      "fields": [
        {
          "name": "lock",
          "type": "uint32"
        },
        {
          "name": "stoptransfer",
          "type": "uint32"
        },
        {
          "name": "issue",
          "type": "uint64"
        },
        {
          "name": "total_records",
          "type": "uint64"
        },
        {
          "name": "processed",
          "type": "uint64"
        },
        {
          "name": "max_processed",
          "type": "uint64"
        },
        {
          "name": "undistributed_amount",
          "type": "uint64"
        },
        {
          "name": "distributing_amount",
          "type": "uint64"
        },
        {
          "name": "total_amount",
          "type": "uint64"
        },
        {
          "name": "total_staked",
          "type": "uint64"
        }
      ]
    }