EOS

bitpiedaisiu

Contract

The data structures defined by this contract.

  • Action parameter in drawresult

    { "name": "drawresult", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "seed", "type": "checksum256" }, { "name": "result", "type": "uint8" } ] }
  • Action parameter in feedhash

    { "name": "feedhash", "base": "", "fields": [ { "name": "hashes", "type": "string" } ] }
  • Action parameter in init

    { "name": "init", "base": "", "fields": [] }
  • Action parameter in migratedata

    { "name": "migratedata", "base": "", "fields": [ { "name": "table", "type": "name" }, { "name": "scope", "type": "name" } ] }
  • Action parameter in receipt

    { "name": "receipt", "base": "", "fields": [ { "name": "bet", "type": "st_bet" } ] }
  • Action parameter in removebyname

    { "name": "removebyname", "base": "", "fields": [ { "name": "table", "type": "name" }, { "name": "scope", "type": "name" }, { "name": "lower_bound", "type": "name" }, { "name": "count", "type": "uint64" } ] }
  • Action parameter in removedata

    { "name": "removedata", "base": "", "fields": [ { "name": "table", "type": "name" }, { "name": "scope", "type": "name" }, { "name": "lower_bound", "type": "uint64" }, { "name": "count", "type": "uint64" } ] }
  • Action parameter in result

    { "name": "result", "base": "", "fields": [ { "name": "result", "type": "st_result" } ] }
  • Action parameter in reveal

    { "name": "reveal", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "seed", "type": "checksum256" } ] }
  • Struct property of receipt

    Table row type of orders

    { "name": "st_bet", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "player", "type": "name" }, { "name": "amount", "type": "asset" }, { "name": "big_small", "type": "uint8" }, { "name": "house_hash", "type": "checksum256" }, { "name": "user_seed", "type": "checksum160" }, { "name": "created_at", "type": "uint64" } ] }
  • Table row type of globals

    { "name": "st_global", "base": "", "fields": [ { "name": "current_order_id", "type": "uint64" }, { "name": "current_hash_id", "type": "uint64" }, { "name": "current_hash_used_id", "type": "uint64" } ] }
  • Table row type of orderstats

    { "name": "st_order_stat", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "count", "type": "uint32" } ] }
  • Struct property of result

    Table row type of results

    { "name": "st_result", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "player", "type": "name" }, { "name": "amount", "type": "asset" }, { "name": "big_small", "type": "uint8" }, { "name": "result", "type": "uint8" }, { "name": "house_seed", "type": "checksum256" }, { "name": "house_hash", "type": "checksum256" }, { "name": "user_seed", "type": "checksum160" }, { "name": "prize", "type": "asset" }, { "name": "created_at", "type": "uint64" } ] }
  • Table row type of scores

    { "name": "st_score", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "wins", "type": "uint64" }, { "name": "win_at", "type": "uint64" }, { "name": "losts", "type": "uint64" }, { "name": "lost_at", "type": "uint64" }, { "name": "last_count", "type": "uint64" }, { "name": "last_won", "type": "bool" } ] }
  • Table row type of scoreglobals

    { "name": "st_score_global", "base": "", "fields": [ { "name": "day", "type": "uint64" }, { "name": "day_end_time", "type": "uint64" } ] }
  • Table row type of househashes

    { "name": "st_seed_hash", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "hash", "type": "checksum256" } ] }