Vaulta

eoshashslots

Contract

The data structures defined by this contract.

  • Action parameter in asyncxfer

    {
      "name": "asyncxfer",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in delbets

    {
      "name": "delbets",
      "base": "",
      "fields": [
        {
          "name": "ids",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in deldeferred

    {
      "name": "deldeferred",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "uint64"
        },
        {
          "name": "end",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in delhistory

    {
      "name": "delhistory",
      "base": "",
      "fields": [
        {
          "name": "count",
          "type": "uint64"
        },
        {
          "name": "logcount",
          "type": "uint64"
        },
        {
          "name": "force",
          "type": "bool"
        }
      ]
    }
  • Action parameter in dellogs

    {
      "name": "dellogs",
      "base": "",
      "fields": [
        {
          "name": "ids",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in deltrsqueue

    {
      "name": "deltrsqueue",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in drawslot

    {
      "name": "drawslot",
      "base": "",
      "fields": [
        {
          "name": "end",
          "type": "st_endbet"
        },
        {
          "name": "blocknum",
          "type": "uint32"
        },
        {
          "name": "hashes",
          "type": "string[]"
        },
        {
          "name": "srchash",
          "type": "string[]"
        },
        {
          "name": "key",
          "type": "string"
        },
        {
          "name": "sign",
          "type": "string[]"
        }
      ]
    }
  • Action parameter in setactive

    {
      "name": "setactive",
      "base": "",
      "fields": [
        {
          "name": "enabled",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in slotreceipt

    {
      "name": "slotreceipt",
      "base": "",
      "fields": [
        {
          "name": "bet",
          "type": "st_slotbet"
        }
      ]
    }
  • Struct property of drawslot

    {
      "name": "st_endbet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "multiple",
          "type": "uint32"
        },
        {
          "name": "lines",
          "type": "uint32"
        },
        {
          "name": "player_comm_rate",
          "type": "uint64"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "referrer_comm_rate",
          "type": "uint64"
        },
        {
          "name": "vip_level",
          "type": "uint64"
        }
      ]
    }
  • Table row type of global

    {
      "name": "st_global",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "value",
          "type": "uint64"
        }
      ]
    }
  • Struct property of slotreceipt

    Table row type of slotbetlogs

    Table row type of slotbets

    {
      "name": "st_slotbet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "multiple",
          "type": "uint32"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "lines",
          "type": "uint32"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "payout",
          "type": "asset"
        },
        {
          "name": "blocknum",
          "type": "uint32"
        },
        {
          "name": "blockhash",
          "type": "string[]"
        },
        {
          "name": "create_at",
          "type": "uint64"
        },
        {
          "name": "credit",
          "type": "uint32"
        },
        {
          "name": "srchash",
          "type": "string[]"
        },
        {
          "name": "key",
          "type": "string"
        },
        {
          "name": "sign",
          "type": "string[]"
        },
        {
          "name": "pro",
          "type": "bool"
        },
        {
          "name": "copy",
          "type": "name"
        }
      ]
    }
  • Table row type of trsqueue

    {
      "name": "trsqueue",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "qty",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }