Vaulta

eoshashdices

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 dicereceipt

    {
      "name": "dicereceipt",
      "base": "",
      "fields": [
        {
          "name": "bet",
          "type": "st_dicebet"
        }
      ]
    }
  • Action parameter in rolldice

    {
      "name": "rolldice",
      "base": "",
      "fields": [
        {
          "name": "end",
          "type": "st_endbet"
        },
        {
          "name": "roll",
          "type": "uint32"
        },
        {
          "name": "blocknum",
          "type": "uint32"
        },
        {
          "name": "blockhash",
          "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"
        }
      ]
    }
  • Struct property of dicereceipt

    Table row type of dicebetlogs

    Table row type of dicebets

    {
      "name": "st_dicebet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "number",
          "type": "uint32"
        },
        {
          "name": "roll",
          "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": "srchash",
          "type": "string"
        },
        {
          "name": "key",
          "type": "string"
        },
        {
          "name": "sign",
          "type": "string"
        },
        {
          "name": "pro",
          "type": "bool"
        },
        {
          "name": "copy",
          "type": "name"
        }
      ]
    }
  • Struct property of rolldice

    {
      "name": "st_endbet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "number",
          "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"
        }
      ]
    }
  • 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"
        }
      ]
    }