Vaulta

goldchipdice

Contract

  • Table row type of tokens.v1

    {
      "name": "Currency",
      "base": "",
      "fields": [
        {
          "name": "symbol",
          "type": "symbol"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "lottery_balance",
          "type": "asset"
        },
        {
          "name": "balance_protect",
          "type": "asset"
        },
        {
          "name": "min_bet",
          "type": "asset"
        },
        {
          "name": "high_bet_bound",
          "type": "asset"
        },
        {
          "name": "day",
          "type": "CurrencyStat"
        },
        {
          "name": "month",
          "type": "CurrencyStat"
        },
        {
          "name": "total",
          "type": "CurrencyStat"
        }
      ]
    }