Vaulta

tokenrocket3

Contract

  • Table row type of options

    {
      "name": "options",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "fees",
          "type": "uint32"
        },
        {
          "name": "referrals",
          "type": "uint32"
        },
        {
          "name": "collector",
          "type": "name"
        },
        {
          "name": "min_bet",
          "type": "asset"
        },
        {
          "name": "max_bet",
          "type": "asset"
        }
      ]
    }